pub type Never = <fn() -> ! as FnOnce<()>>::Output;Expand description
The ! type.
This type is (meant to be) unstable, but it’s much more useful than
core::convert::Infallible for writing grammars due to its coercion rules,
so it is exported here.