pub type FsStream<T> = Pin<Box<dyn Stream<Item = FsResult<T>> + Send>>;
pub struct FsStream<T> { /* private fields */ }