Skip to main content

ExecuteContext

Type Alias ExecuteContext 

Source
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 */ }