pub trait ToCalVer {
    fn calver(&self) -> Option<CalVer>;
}

Required Methods

Implementations on Foreign Types

Implementors