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

Auto Trait Implementations

impl Send for EnterError

impl Sync for EnterError