pub type Never = Infallible;
Expand description
The Never !
type. Can’t be created. Indicates that the function will never return.
Aliased Type§
enum Never {}
pub type Never = Infallible;
The Never !
type. Can’t be created. Indicates that the function will never return.
enum Never {}