Enum socketcan::CANSocketOpenError [] [src]

pub enum CANSocketOpenError {
    LookupError(Error),
    IOError(Error),
}

Errors opening socket

Variants

Device could not be found

System error while trying to look up device name

Trait Implementations

impl Debug for CANSocketOpenError
[src]

Formats the value using the given formatter.

impl Display for CANSocketOpenError
[src]

Formats the value using the given formatter. Read more

impl Error for CANSocketOpenError
[src]

A short description of the error. Read more

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

impl From<Error> for CANSocketOpenError
[src]

Performs the conversion.

impl From<Error> for CANSocketOpenError
[src]

Performs the conversion.