Type Definition distant_protocol::SemVer

source ·
pub type SemVer = (u8, u8, u8);
Expand description

Version indicated by the tuple of (major, minor, patch).