pub type FetchStream<T> = BoxStream<'static, Fetch<T>>;
#[repr(transparent)]pub struct FetchStream<T> { /* private fields */ }