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