Enum shmem::Error [] [src]

pub enum Error {
    System,
    InvalidPath,
    NoSize,
    WrongSize,
}

Variants

Trait Implementations

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.