Type Alias VersionTuple

Source
pub type VersionTuple = (u32, u32);
Expand description

A trivial representation of a major.minor version string.

Trait Implementations§

Source§

impl From<&Version> for VersionTuple

Source§

fn from(ver: &Version) -> Self

Converts to this type from the input type.