Struct tokio_current_thread::RunError [−][src]
pub struct RunError { /* fields omitted */ }Error returned by the run function.
Trait Implementations
impl Debug for RunError[src]
impl Debug for RunErrorfn 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 RunError[src]
impl Display for RunErrorfn 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 RunError[src]
impl Error for RunError