pub type Never = Infallible;Expand description
An empty type, i.e. no instance of that type can be produced.
Aliased Typeยง
pub enum Never {}pub type Never = Infallible;An empty type, i.e. no instance of that type can be produced.
pub enum Never {}