type HitInfo = Option<(u64, u16)>;
enum HitInfo { None, Some((u64, u16)), }
No value.
Some value of type T.
T