pub type Path = Option<Utf8PathBuf>;
pub enum Path { None, Some(Utf8PathBuf), }
No value.
Some value of type T.
T