never_say_never

Type Alias Never

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

The ! type. See the main docs for more info.