Enum typedopts::ErrorType [] [src]

pub enum ErrorType {
    UnimplementedDecoder,
    MissingField(String),
    ExpectedType(StringStringString),
    GenericError(String),
}

Variants

Methods

impl ErrorType
[src]

Trait Implementations

impl PartialEq for ErrorType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ErrorType
[src]

impl Debug for ErrorType
[src]

Formats the value using the given formatter.