Trait simd_json::prelude::ValueAsObject
source · pub trait ValueAsObject {
type Object: Object;
// Required method
fn as_object(&self) -> Option<&Self::Object>;
}
Expand description
Prelude to include needed traits Trait to allow Value as an object