Enum ktrace::Error [] [src]

pub enum Error {
    BadValue {
        expected: String,
        got: String,
    },
    IO(Error),
    Message(String),
    UTF8(FromUtf8Error),
}

Variants

Fields of BadValue

Methods

impl Error
[src]

Trait Implementations

impl Display for Error
[src]

Formats the value using the given formatter. Read more