pub trait IdentifyVersion {
// Required method
fn identify_version(&self) -> Version;
}Expand description
Used to get the version out of a versioned type.
pub trait IdentifyVersion {
// Required method
fn identify_version(&self) -> Version;
}Used to get the version out of a versioned type.