Trait simd_json::prelude::TypedContainerValue
source · pub trait TypedContainerValue {
// Required methods
fn is_array(&self) -> bool;
fn is_object(&self) -> bool;
}
Expand description
Prelude to include needed traits Type checks for container values on a value