Enum maskerad_object_pool::PoolError [] [src]

pub enum PoolError {
    PoolError(String),
}

A custom error enumeration, used by PoolResult as the error type.

Variants

Trait Implementations

impl Debug for PoolError
[src]

[src]

Formats the value using the given formatter.

impl Display for PoolError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for PoolError
[src]

[src]

A short description of the error. Read more

[src]

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