pub trait TypedArrayValue {
// Required method
fn is_array(&self) -> bool;
}Expand description
Type checks for array values on a value
pub trait TypedArrayValue {
// Required method
fn is_array(&self) -> bool;
}Type checks for array values on a value