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

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

Defines the Native Error.

Variants

Failure related to allocation, syncing memory

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Copy for Error
[src]

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more