Type Alias never_say_never::Never
source ยท pub type Never = <fn() -> ! as FnOnce<()>>::Output;
Expand description
The !
type. See the main docs for more info.
pub type Never = <fn() -> ! as FnOnce<()>>::Output;
The !
type. See the main docs for more info.