Enum wren_rust::ErrorType [] [src]

#[repr(C)]
pub enum ErrorType { Compile, Runtime, StackTrace, }

Variants

Trait Implementations

impl Copy for WrenErrorType
[src]

impl Clone for WrenErrorType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WrenErrorType
[src]

Formats the value using the given formatter.