Struct libmount::Error [] [src]

pub struct Error(_, _, _);

The error holder which contains as much information about why failure happens as the library implementors could gain

This type only provides Display for now, but some programmatic interface is expected in future.

Trait Implementations

impl Display for Error
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result

Formats the value using the given formatter.

impl StdError for Error
[src]

fn cause(&self) -> Option<&StdError>

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

fn description(&self) -> &str

A short description of the error. Read more

impl Debug for Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.