Skip to main content

Never

Type Alias Never 

Source
pub type Never = <fn() -> ! as GetReturnType>::ReturnType;
Available on non-crate feature nightly only.
Expand description

The ! (never) type.