Struct must::errors::Error [] [src]

pub struct Error {
    pub got: String,
    pub kind: ErrorKind,
}

Fields

Dumped using debug trait.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter. Read more