Enum ao::AoError
[-]
[+]
[src]
pub enum AoError { NoDriver, NotFile, NotLive, BadOption, OpenDevice, OpenFile, FileExists, BadFormat, Unknown, }
Result of (most) operations that may fail.
pub enum AoError { NoDriver, NotFile, NotLive, BadOption, OpenDevice, OpenFile, FileExists, BadFormat, Unknown, }
Result of (most) operations that may fail.
impl Copy for AoError
impl Error for AoError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Display for AoError
impl Debug for AoError
impl Eq for AoError
fn assert_receiver_is_total_eq(&self)
impl PartialEq for AoError
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
).