Struct tokio_current_thread::RunError[][src]

pub struct RunError { /* fields omitted */ }

Error returned by the run function.

Trait Implementations

impl Debug for RunError
[src]

Formats the value using the given formatter. Read more

impl Display for RunError
[src]

Formats the value using the given formatter. Read more

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

impl Sync for RunError