Trait dioxus_html::events::HasMouseData
source · pub trait HasMouseData: PointerInteraction {
// Required method
fn as_any(&self) -> &dyn Any;
}Expand description
A trait for any object that has the data for a mouse event