Enum korat::errors::ConversionError []

pub enum ConversionError {
    MissingField,
    MissingValue,
    InvalidValue,
}

Variants

Trait Implementations

impl Debug for ConversionError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for ConversionError

Formats the value using the given formatter. Read more

impl Error for ConversionError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations