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