Skip to main content

ExtDTypeRegistry

Type Alias ExtDTypeRegistry 

Source
pub type ExtDTypeRegistry = Registry<Arc<dyn DynExtDTypeVTable>>;
Expand description

Registry for extension dtypes.

Aliased Typeยง

pub struct ExtDTypeRegistry(/* private fields */);