Enum rusty_keys::Error [] [src]

pub enum Error {
    Nix(Error),
    Nul(NulError),
    Udev(Error),
    NotFound,
}

UInput error.

Variants

System errors.

Errors with internal nulls in names.

Errors coming from udev.

The uinput file could not be found.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<NulError> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more