DataTypeRuntimeRegistryHandle

Type Alias DataTypeRuntimeRegistryHandle 

Source
pub type DataTypeRuntimeRegistryHandle = Arc<DataTypeRuntimePlugin>;
Expand description

A handle to a registered data type plugin.

Aliased Typeยง

pub struct DataTypeRuntimeRegistryHandle { /* private fields */ }