pub type AsyncStdScope<'a, T> = Scope<'a, T, AsyncStd>;
struct AsyncStdScope<'a, T> { /* private fields */ }