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 */);pub type LayoutVTableRef = ArcRef<dyn LayoutVTable>;A reference to a layout VTable, either static or arc’d.
struct LayoutVTableRef(/* private fields */);