Type Alias Never

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

The ! (never) type.