Type Alias AsyncStdScope

Source
pub type AsyncStdScope<'a, T> = Scope<'a, T, AsyncStd>;

Aliased Typeยง

struct AsyncStdScope<'a, T> { /* private fields */ }