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

Trait for GeneralNameValueType

Required Methods§

source

fn get_type(&self) -> GeneralNameValueType

Get the type of the GeneralNameValueType.

Implementors§