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