pub trait TypedContainerValue {
// Required methods
fn is_array(&self) -> bool;
fn is_object(&self) -> bool;
}
Expand description
Type checks for container values on a value
pub trait TypedContainerValue {
// Required methods
fn is_array(&self) -> bool;
fn is_object(&self) -> bool;
}
Type checks for container values on a value