pub type OptionSocketPort = Option<u16>;
An optional socket port.
pub enum OptionSocketPort { None, Some(u16), }
No value.
Some value of type T.
T