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]

Formats the value using the given formatter. Read more

impl Display for EnterError
[src]

Formats the value using the given formatter. Read more

impl Error for EnterError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for EnterError

impl Sync for EnterError