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] 
impl Debug for ParkErrorfn 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 ParkError[src] 
impl Display for ParkErrorfn 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 ParkError[src] 
impl Error for ParkError