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