pub trait HasCompositionData: Any {
// Required methods
fn data(&self) -> String;
fn as_any(&self) -> &(dyn Any + 'static);
}Available on crate feature
prelude only.Expand description
A trait for any object that has the data for a composition event