Never

Type Alias Never 

Source
pub type Never = <fn() -> ! as Extract>::R;
Expand description

The ! type.

See the crate never-say-never for more info.