Struct tokio::executor::current_thread::TurnError[][src]

pub struct TurnError { /* fields omitted */ }

Error returned by the turn function.

Trait Implementations

impl Debug for TurnError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TurnError

impl Sync for TurnError