Enum emacs::error::ErrorKind[][src]

pub enum ErrorKind {
    Signal {
        symbol: TempValue,
        data: TempValue,
    },
    Throw {
        tag: TempValue,
        value: TempValue,
    },
    WrongTypeUserPtr {
        expected: &'static str,
    },
}

Variants

Fields of Signal

Fields of Throw

Fields of WrongTypeUserPtr

Trait Implementations

impl Debug for ErrorKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorKind

impl Sync for ErrorKind