Struct libraw::Error
[−]
[src]
pub struct Error { // some fields omitted }
The error type for libraw functions.
pub struct Error { // some fields omitted }
The error type for libraw functions.
impl Display for Error
impl StdError for Error
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Debug for Error