trait ExtensionValueTypeTrait {
// Required method
fn get_type(&self) -> ExtensionValueType;
}
Expand description
Trait for ExtensionValueType
Required Methods§
sourcefn get_type(&self) -> ExtensionValueType
fn get_type(&self) -> ExtensionValueType
Get the type of the ExtensionValueType
.