Struct neli::err::NlError [] [src]

pub struct NlError(_);

Netlink protocol error

Methods

impl NlError
[src]

[src]

Create new error from &str

Trait Implementations

impl Debug for NlError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for NlError
[src]

[src]

Performs the conversion.

impl From<SerError> for NlError
[src]

[src]

Performs the conversion.

impl From<DeError> for NlError
[src]

[src]

Performs the conversion.

impl Display for NlError
[src]

Netlink protocol error

[src]

Formats the value using the given formatter. Read more

impl Error for NlError
[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

Auto Trait Implementations

impl Send for NlError

impl Sync for NlError