pub type StringStream = BoxedStream<Result<String>>;
Expand description
String stream
Aliased Typeยง
pub struct StringStream { /* private fields */ }
pub type StringStream = BoxedStream<Result<String>>;
String stream
pub struct StringStream { /* private fields */ }