Enum rsass::Error [] [src]

pub enum Error {
    Input(PathBufError),
    IoError(Error),
    Encoding(FromUtf8Error),
    BadValue(String),
    S(String),
}

Variants

Methods

impl Error
[src]

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl From<Error> for Error
[src]

Performs the conversion.

impl From<FromUtf8Error> for Error
[src]

Performs the conversion.