logo

Trait rg3d::gui::core::inspect::PropertyValue[][src]

pub trait PropertyValue: Any + Debug {
    fn as_any(&self) -> &(dyn Any + 'static);
}
Expand description

A value of a property.

Required methods

Casts self to a &dyn Any

Implementors