Documentation
1
2
3
4
pub type Nil = ();

#[allow(non_upper_case_globals)]
pub const nil: Nil = ();