Struct rift::ApplicationError [] [src]

pub struct ApplicationError {
    pub kind: ApplicationErrorKind,
    pub message: String,
}

Fields

Methods

impl ApplicationError
[src]

Trait Implementations

impl Debug for ApplicationError
[src]

Formats the value using the given formatter.

impl Display for ApplicationError
[src]

Formats the value using the given formatter.