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[src]
Formats the value using the given formatter. Read more
impl StdError for Error[src]
fn cause(&self) -> Option<&StdError>[src]
The lower-level cause of this error, if any. Read more
fn description(&self) -> &str[src]
A short description of the error. Read more