logo
pub type ComponentRef<'a> = VRef<'a, ComponentVTable>;
Expand description

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