Type Alias TokioScope

Source
pub type TokioScope<'a, T> = Scope<'a, T, Tokio>;

Aliased Typeยง

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