Trait simd_json::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
Prelude to include needed traits Trait to allow accessing data inside a Value