Struct futures::executor::EnterError [−][src]
pub struct EnterError { /* fields omitted */ }
An error returned by enter
if an execution scope has already been
entered.
pub struct EnterError { /* fields omitted */ }
An error returned by enter
if an execution scope has already been
entered.
impl RefUnwindSafe for EnterError
impl Send for EnterError
impl Sync for EnterError
impl Unpin for EnterError
impl UnwindSafe for EnterError