Struct tokio_executor::EnterError [−][src]
pub struct EnterError { /* fields omitted */ }An error returned by enter if an execution scope has already been
entered.
Trait Implementations
impl Debug for EnterError[src]
impl Debug for EnterErrorAuto Trait Implementations
impl Send for EnterError
impl Send for EnterErrorimpl Sync for EnterError
impl Sync for EnterError