Enum version_compare::version_part::VersionPart [−][src]
Expand description
Part of a version string.
Variants
Number(i32)Numeric part. Holds the numerical value.
Tuple Fields of Number
0: i32Text(&'a str)A text part. These parts usually have an unknown definition. Holds the string slice.
Tuple Fields of Text
0: &'a str