Enum quickrandr::Error [] [src]

pub enum Error {
    Io(Error),
    Json(Error),
    Xdg(BaseDirectoriesError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<BaseDirectoriesError> for Error
[src]

[src]

Performs the conversion.