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]

Formats the value using the given formatter. Read more

impl StdError for Error
[src]

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

A short description of the error. Read more

impl Debug for Error
[src]

Formats the value using the given formatter.