pub trait ToSemver {
    fn to_semver(self) -> CargoResult<Version>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§