Struct sassers::Error [] [src]

pub struct Error {
    pub message: String,
    pub kind: ErrorKind,
}

Fields

message: String kind: ErrorKind

Trait Implementations

impl Debug for Error
[src]

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

Formats the value using the given formatter.

impl From<Error> for Error
[src]

fn from(err: Error) -> Error

Performs the conversion.