Trait simd_json::prelude::ValueAsArray
source · pub trait ValueAsArray {
type Array: Array;
// Required method
fn as_array(&self) -> Option<&Self::Array>;
}
Expand description
Prelude to include needed traits Trait to allow accessing data inside a Value