Skip to main content

unreachable_from_infallible

Macro unreachable_from_infallible 

Source
macro_rules! unreachable_from_infallible {
    ($ty:ty) => { ... };
}
Expand description

Implements From<Infallible> for $ty by panicking.