pub trait VersionReqExt {
    fn exact(version: &Version) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors