pub(crate) type RustVersion<'a> = Option<&'a str>;
pub(crate) enum RustVersion<'a> { None, Some(&'a str), }
No value.
Some value of type T.
T