Type Alias VTableRef

Source
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 */);