Crate uninhabited

Source

Traits§

Uninhabited
A trait for types that cannot be instantiated.

Functions§

unreachable_proven
Prove that a code path is unreachable by providing an instance of an uninhabited type.
unreachable_proven_into
Prove that a code path is unreachable, and produce a value of any type.