Struct librsnek::api::result::Error [] [src]

pub struct Error(pub ErrorType, pub String);

Methods

impl Error
[src]

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Clone for Error
[src]

Returns a copy of the value.

Performs copy-assignment from source.

impl Display for Error
[src]

Formats the value using the given formatter.

impl Exception for Error
[src]