Struct kyotocabinet::KCError [] [src]

pub struct KCError {
    pub kind: KCErrorType,
    pub msg: String,
}

Fields

kind: KCErrorType msg: String

Trait Implementations

impl Display for KCError
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.