Enum blot::value::ValueError[][src]

pub enum ValueError {
    Unknown,
}

Variants

Trait Implementations

impl Debug for ValueError
[src]

Formats the value using the given formatter. Read more

impl Display for ValueError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ValueError

impl Sync for ValueError