Enum burst_pool::BurstError [] [src]

pub enum BurstError<T> {
    NoThreads(T),
}

Variants

Trait Implementations

impl<T: Debug> Debug for BurstError<T>
[src]

Formats the value using the given formatter.

impl<T> Display for BurstError<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Error for BurstError<T> where
    T: Debug
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more