Skip to main content

InstalledMetadata

Trait InstalledMetadata 

Source
pub trait InstalledMetadata: Name {
    // Required method
    fn installed_version(&self) -> InstalledVersion<'_>;
}
Expand description

Metadata that can be resolved from a built distribution.

Required Methods§

Source

fn installed_version(&self) -> InstalledVersion<'_>

Return the resolved version of the installed distribution.

Implementors§