pub type ExecuteContext<'outer, 'inner> = ScopedCx<'outer, 'inner>;Expand description
An execution context of a scope created by Context::execute_scoped().
Aliased Typeยง
pub struct ExecuteContext<'outer, 'inner> { /* private fields */ }pub type ExecuteContext<'outer, 'inner> = ScopedCx<'outer, 'inner>;An execution context of a scope created by Context::execute_scoped().
pub struct ExecuteContext<'outer, 'inner> { /* private fields */ }