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