pub trait HasRootMetadata {
// Required method
fn uri(&self) -> &str;
// Provided methods
fn name(&self) -> Option<&str> { ... }
fn description(&self) -> Option<&str> { ... }
}Required Methods§
Provided Methods§
Sourcefn description(&self) -> Option<&str>
fn description(&self) -> Option<&str>
Optional description or additional metadata