Enum devicemapper::ErrorEnum [] [src]

pub enum ErrorEnum {
    Error,
    FailedToOpen,
}

Variants

generic error code

returned for failure to open a File

Trait Implementations

impl Debug for ErrorEnum
[src]

Formats the value using the given formatter.

impl Clone for ErrorEnum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more