Returns a Codable that can encode and decode a future of T.
T
Codable<Future<T>> future() => FutureCodable<T>(this);