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