Struct linux_proc::Error [−][src]
pub struct Error(_);
A very simple error handler.
Trait Implementations
impl From<String> for Error[src]
impl From<String> for Errorimpl<'a> From<&'a str> for Error[src]
impl<'a> From<&'a str> for Errorimpl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for Error[src]
impl Display for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for Error[src]
impl Error for Error