Struct futures_executor::Enter [−][src]
pub struct Enter { /* fields omitted */ }Expand description
Represents an executor context.
For more details, see enter documentation.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Enterimpl UnwindSafe for Enter