Type Alias Never

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

A hacky type alias for the ! (never) type.

This knowingly opts out of rustc’s stability guarantees. Read the module documentation carefully before using this!