Type Definition never_say_never::Never

source · []
pub type Never = <fn() -> ! as FnOnce<()>>::Output;
Expand description

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