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 Enterfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Drop for Enter[src]
impl Drop for Enter