pub trait HasVersion {
// Required method
fn version(&self) -> SystemVersion;
}Expand description
Trait for components that provide version information
Required Methods§
Sourcefn version(&self) -> SystemVersion
fn version(&self) -> SystemVersion
Returns the version information for this component