trait ExtensionValueTypeTrait {
    // Required method
    fn get_type(&self) -> ExtensionValueType;
}
Expand description

Trait for ExtensionValueType

Required Methods§

source

fn get_type(&self) -> ExtensionValueType

Get the type of the ExtensionValueType.

Implementors§