Struct Enter
futures::executor
pub struct Enter { /* fields omitted */ }
Represents an executor context.
For more details, see enter documentation.
enter
impl Debug for Enter
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Drop for Enter
fn drop(&mut self)
Executes the destructor for this type. Read more
impl Send for Enter
impl Sync for Enter