Returns a Decodable object that can decode a stream of T.
T
Decodable<Stream<T>> stream() => StreamDecodable<T>(this);