Enum maskerad_object_pool::PoolError
[−]
[src]
pub enum PoolError {
PoolError(String),
}A custom error enumeration, used by PoolResult as the error type.
Variants
PoolError(String)
Trait Implementations
impl Debug for PoolError[src]
impl Display for PoolError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more