pub type AlphaRun = Option<NonZeroU16>;
pub enum AlphaRun { None, Some(NonZero<u16>), }
No value.
Some value of type T.
T