Trait ExtensionTrait

Source
pub trait ExtensionTrait: Display {
    // Required method
    fn get_object(&self) -> &'static str;
}
Expand description

A trait for getting information about an extension type

Required Methods§

Source

fn get_object(&self) -> &'static str

Get extension object name

Implementors§