Trait simd_json::value::prelude::ValueAsContainer
source · pub trait ValueAsContainer {
type Array: Array;
type Object: Object;
// Required methods
fn as_array(&self) -> Option<&Self::Array>;
fn as_object(&self) -> Option<&Self::Object>;
}
Expand description
Trait to allow accessing data inside a Value