Enum austenite::resource::ResourceError [-]  [+] [src]

pub enum ResourceError {
    NotImplemented,
}

Austenite's Error Type

Variants

NotImplemented

Function not implemented

Trait Implementations

impl Display for ResourceError

fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>

impl Error for ResourceError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Clone for ResourceError

fn clone(&self) -> ResourceError

fn clone_from(&mut self, source: &Self)

impl PartialEq for ResourceError

fn eq(&self, __arg_0: &ResourceError) -> bool

fn ne(&self, __arg_0: &ResourceError) -> bool

impl Debug for ResourceError

fn fmt(&self, __arg_0: &mut Formatter) -> Result