Struct core::mem::Discriminant
1.21.0· source · [−]pub struct Discriminant<T>(_);
Expand description
Opaque type representing the discriminant of an enum.
See the discriminant
function in this module for more information.
pub struct Discriminant<T>(_);
Opaque type representing the discriminant of an enum.
See the discriminant
function in this module for more information.