pub trait VersionExt {
    fn is_prerelease(&self) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors