pub type Ceiling = Option<u8>;
Priority ceiling
enum Ceiling { None, Some(u8), }
No value.
Some value of type T.
T