Trait maven_version::ArtifactVersion [] [src]

pub trait ArtifactVersion: Debug {
    fn version(&self) -> &str;
}

Required Methods

Implementors