Struct tokio_current_thread::TurnError [−][src]
pub struct TurnError { /* fields omitted */ }Error returned by the turn function.
Trait Implementations
impl Debug for TurnError[src]
impl Debug for TurnErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for TurnError[src]
impl Display for TurnErrorfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for TurnError[src]
impl Error for TurnError