pub type FetchEvents = Pin<Box<dyn Stream<Item = FetchEvent>>>;
pub struct FetchEvents { /* private fields */ }