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]

[src]

Formats the value using the given formatter. Read more

impl Drop for Enter
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Enter

impl Sync for Enter