Enum collenchyma::frameworks::native::Error
[−]
[src]
pub enum Error {
Memory(&'static str),
}Defines the Native Error.
Variants
Memory | Failure related to allocation, syncing memory |