Returns a Decodable object that can decode a future of T.
T
Decodable<Future<T>> future() => FutureDecodable<T>(this);