Enum lib::BibiError[][src]

pub enum BibiError {
    BadNumeralSystem,
    EntryMismatchWithNumeralSystem,
    BadTagNumeralSystem,
}

Variants

Malformed numeral system : all digits must have the same length and be unique

One digit given in the entry was not found in numeral system

Non existent pre-defined numeral system

Trait Implementations

impl Debug for BibiError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BibiError

impl Sync for BibiError