nevermore
Derive macros for Rust's bottom type core::convert::Infallible.
Features
FromNever
This derive macro automatically generates From<Infallible>
implementation on the type:
will generate something similar to
Derive macros for Rust's bottom type core::convert::Infallible.
FromNever
This derive macro automatically generates From<Infallible>
implementation on the type:
will generate something similar to