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