AsAsyncCodable<T> extension
- on
-
- Codable<
T>
- Codable<
Methods
-
future(
) → Codable< Future< T> > -
Available on Codable<
Returns a Codable that can encode and decode a future ofT> , provided by the AsAsyncCodable extensionT
. -
stream(
) → LazyCodable< Stream< T> > -
Available on Codable<
Returns a Codable that can encode and decode a stream ofT> , provided by the AsAsyncCodable extensionT
.