Trait oxygengine_user_interface::PropsData[][src]

pub trait PropsData: Any + Debug + Send + Sync {
    fn clone_props(&self) -> Box<dyn PropsData + 'static, Global>;
fn as_any(&self) -> &(dyn Any + 'static); }

Required methods

Implementations on Foreign Types

Implementors