macro_rules! unreachable_from_infallible {
($ty:ty) => { ... };
}Expand description
Implements From<Infallible> for $ty by panicking.
macro_rules! unreachable_from_infallible {
($ty:ty) => { ... };
}Implements From<Infallible> for $ty by panicking.