Enum qecs_core::IdGenerationError [] [src]

pub enum IdGenerationError {
    MaximumIdCountReached(usize),
}

Variants

The id couldn't be activated because the maximum id count this id-type or this id-manager allows was reached.

TODO: naming?

Trait Implementations

impl Debug for IdGenerationError
[src]

Formats the value using the given formatter.

impl PartialEq for IdGenerationError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for IdGenerationError
[src]