pub type StringStream = Pin<Box<dyn Stream<Item = Result<String>> + Send>>;
String stream
struct StringStream { /* private fields */ }