[go: up one dir, main page]

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

Aliased Type§

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