Struct futures_executor::Enter [−][src]
pub struct Enter { /* fields omitted */ }
Represents an executor context.
For more details, see enter
documentation.
Trait Implementations
impl Debug for Enter
[src]
impl Debug for Enter
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Drop for Enter
[src]
impl Drop for Enter