pub type SelectionEvent = Event<SelectionData>;
Aliased Type§
struct SelectionEvent {
pub data: Rc<SelectionData>,
/* private fields */
}
Fields§
§data: Rc<SelectionData>
The data associated with this event
pub type SelectionEvent = Event<SelectionData>;
struct SelectionEvent {
pub data: Rc<SelectionData>,
/* private fields */
}
data: Rc<SelectionData>
The data associated with this event