pub trait AsStream<'scope, T: Timestamp, C> { // Required method fn as_stream(self) -> Stream<'scope, T, C>; }
A type that can be translated to a Stream.
Translate self to a Stream.
self