1 2 3 4 5
/// An uninhabited type. /// /// Useful for modeling Wasm's bottom types or `cfg`'d off features. #[derive(Copy, Clone, Debug, PartialEq, Eq)] pub(crate) enum Uninhabited {}