Enum hdd_standby::Error [] [src]

pub enum Error {
    NoAccess,
    InvalidDeviceFile,
}

The error type for this crate

Variants

The device file could not be opened (nonexistent or insufficient rights)

The given file is no special device file

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.