[go: up one dir, main page]

i_slint_core::items

Type Alias 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

Aliased Typeยง

struct ItemRef<'a> { /* private fields */ }