pub type FsStream<T> = Pin<Box<dyn Stream<Item = T> + Send>>;
Convenience alias for a boxed Stream.
pub struct FsStream<T> { /* private fields */ }