logo
pub type ComponentRefPin<'a> = Pin<ComponentRef<'a>>;
Expand description

Type alias to the commonly used Pin<VRef<ComponentVTable>>>