Struct tokio_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

impl Display for TurnError
[src]

Formats the value using the given formatter. Read more

impl Error for TurnError
[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 TurnError

impl Sync for TurnError