Type Alias FetchStream

Source
pub type FetchStream<T> = BoxStream<'static, Fetch<T>>;

Aliased Typeยง

struct FetchStream<T> { /* private fields */ }