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.