Trait simd_json::prelude::TypedObjectValue

source ·
pub trait TypedObjectValue {
    // Required method
    fn is_object(&self) -> bool;
}
Expand description

Prelude to include needed traits Type checks for object values on a value

Required Methods§

source

fn is_object(&self) -> bool

returns true if the current value can be represented as an object

Implementors§