Struct safe_bindgen::Error [−][src]
Describes an error encountered by the compiler.
These can be printed nicely using the Cheddar::print_err method.
Fields
level: Level
message: String
Methods
impl Error[src]
impl ErrorTrait Implementations
impl 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, formatter: &mut Formatter) -> Result[src]
fn fmt(&self, formatter: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for Error[src]
impl Error for Errorfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl From<IoError> for Error[src]
impl From<IoError> for Errorimpl From<Error> for Vec<Error>[src]
impl From<Error> for Vec<Error>