pub type FormatHint = Option<Format>;
A type alias to better capture the semantics.
enum FormatHint { None, Some(Format), }
No value.
Some value of type T.
T