Enum jsmn_rs::JsmnErr[][src]

#[repr(i32)]
pub enum JsmnErr { JsmErrorNoMem, JsmErrorInval, JsmErrorPart, }

Error type from jsmn_parse. These enum values are identical to the jsmn library enum jsmnerr_t, but renamed to match Rust's conventions.

Variants

Trait Implementations

impl Debug for JsmnErr
[src]

Formats the value using the given formatter. Read more

impl Copy for JsmnErr
[src]

impl Clone for JsmnErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for JsmnErr

impl Sync for JsmnErr