Struct tokio_threadpool::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]
[+]

[]

Formats the value using the given formatter. Read more

impl Display for ParkError
[src]
[+]

[]

Formats the value using the given formatter. Read more

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

impl Sync for ParkError