Type Alias LayoutVTableRef

Source
pub type LayoutVTableRef = ArcRef<dyn LayoutVTable>;
Expand description

A reference to a layout VTable, either static or arc’d.

Aliased Type§

struct LayoutVTableRef(/* private fields */);