Struct tokio::executor::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

Auto Trait Implementations

impl Send for RunError

impl Sync for RunError