Type Alias Or0

Source
pub type Or0 = Or;
Expand description

A type alias for a union of 0 types. This type is uninhabited.

Aliased Typeยง

pub enum Or0 {}