pub type VTableRef = ArcRef<dyn EncodingVTable>;
Expand description
A reference to an array VTable, either static or arc’d.
Aliased Type§
struct VTableRef(/* private fields */);
pub type VTableRef = ArcRef<dyn EncodingVTable>;
A reference to an array VTable, either static or arc’d.
struct VTableRef(/* private fields */);