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