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