Type Definition i_slint_core::items::ItemRef
source · pub type ItemRef<'a> = VRef<'a, ItemVTable>;Expand description
Alias for vtable::VRef<ItemVTable> which represent a pointer to a dyn Item with
the associated vtable
pub type ItemRef<'a> = VRef<'a, ItemVTable>;Alias for vtable::VRef<ItemVTable> which represent a pointer to a dyn Item with
the associated vtable