pub trait InstalledMetadata: Name {
// Required method
fn installed_version(&self) -> InstalledVersion<'_>;
}Expand description
Metadata that can be resolved from a built distribution.
Required Methods§
Sourcefn installed_version(&self) -> InstalledVersion<'_>
fn installed_version(&self) -> InstalledVersion<'_>
Return the resolved version of the installed distribution.