[][src]Type Definition sixtyfps_corelib::items::ItemRef

type ItemRef<'a> = VRef<'a, ItemVTable>;

Alias for vtable::VRef<ItemVTable> which represent a pointer to a dyn Item with the associated vtable