Struct rvs::Error [] [src]

pub struct Error {
    pub message: Option<CString>,
    pub kind: ErrorKind,
}

Fields

Methods

impl Error
[src]

[src]

[src]

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error