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

A trivial representation of a major.minor version string.

Trait Implementations

Converts to this type from the input type.