Enum collenchyma::frameworks::native::Error [] [src]

pub enum Error {
    Memory(&'static str),
}

Defines the Native Error.

Variants

Memory

Failure related to allocation, syncing memory

Trait Implementations

impl Display for Error

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

impl Error for Error

fn description(&self) -> &str

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

Derived Implementations

impl Clone for Error

fn clone(&self) -> Error

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

impl Copy for Error

impl Debug for Error

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