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