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