Struct tokio_executor::park::ParkError [] [src]

pub struct ParkError { /* fields omitted */ }

Error returned by ParkThread

This currently is never returned, but might at some point in the future.

Trait Implementations

impl Debug for ParkError
[src]

[src]

Formats the value using the given formatter. Read more