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

Required Methods

Implementations on Foreign Types

Implementors