never_
say_
never
6.6.666
never_say_never
Type Alias
Never
Copy item path
Source
pub type Never = <
fn
() ->
!
as FnOnce<
()
>>::Output;
Expand description
The
!
type. See
the main docs for more info
.