value_trait::derived

Trait TypedObjectValue

source
pub trait TypedObjectValue {
    // Required method
    fn is_object(&self) -> bool;
}
Expand description

Type checks for object values on a value

Required Methods§

source

fn is_object(&self) -> bool

returns true if the current value can be represented as an object

Implementors§