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