pub enum BibiError {
    BadNumeralSystem,
    EntryMismatchWithNumeralSystem,
    BadTagNumeralSystem,
}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
Formats the value using the given formatter. Read more
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
Immutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
Mutably borrows from an owned value. Read more