Enum python_launcher::VersionMatch
[−]
[src]
pub enum VersionMatch {
NotAtAll,
Loosely,
Exactly,
}Represents how tight of a match a Version is to a RequestedVersion.
Variants
NotAtAllLooselyExactly
Trait Implementations
impl Debug for VersionMatch[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more