pub type FetchStream<T> = BoxStream<'static, Fetch<T>>;
struct FetchStream<T> { /* private fields */ }