Struct bmp::BmpError
[-] [+]
[src]
pub struct BmpError { pub kind: BmpErrorKind, pub details: String, }
The error type returned if the decoding of an image from disk fails.
Fields
kind | |
details |
pub struct BmpError { pub kind: BmpErrorKind, pub details: String, }
The error type returned if the decoding of an image from disk fails.
kind | |
details |
impl Display for BmpError
impl From<Error> for BmpError
impl From<Error> for BmpError
impl Error for BmpError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Debug for BmpError
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).