Enum blot::uvar::UvarError[][src]

pub enum UvarError {
    Overflow,
    Underflow,
}

Variants

Trait Implementations

impl From<UvarError> for SealError
[src]

Performs the conversion.

impl Debug for UvarError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UvarError

impl Sync for UvarError