Never

Type Alias Never 

Source
pub type Never = Never;
Expand description

A type that cannot be instantiated.

Aliased Typeยง

pub enum Never {}