Skip to main content

Never

Type Alias Never 

Source
pub type Never = Infallible;
Expand description

An empty type, i.e. no instance of that type can be produced.

Aliased Typeยง

pub enum Never {}