Module unreachable

Module unreachable 

Source

Structs§

UnreachablePanic
Panics if the unreachable case happens
UnreachableUnchecked
Assumes that the unreachable case cannot happen, resulting in undefined behavior if it does

Traits§

Unreachable
Trait to handle supposedly unreachable cases