pub type MalformedPathError = Option<String>;
sync_routes
dbx_files
enum MalformedPathError { None, Some(String), }
No value.
Some value of type T.
T