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