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§
Sourcefn get_object(&self) -> &'static str
fn get_object(&self) -> &'static str
Get extension object name