Type Alias PassiveFetch

Source
type PassiveFetch<T> = BoxFuture<'static, Option<T>>;

Aliased Typeยง

#[repr(transparent)]
struct PassiveFetch<T> { /* private fields */ }