pub struct Discriminant<T>(/* private fields */);
Expand description
Opaque type representing the discriminant of an enum.
See the discriminant
function in this module for more information.
pub struct Discriminant<T>(/* private fields */);
Opaque type representing the discriminant of an enum.
See the discriminant
function in this module for more information.