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