Struct core::mem::Discriminant 1.21.0[−][src]
pub struct Discriminant<T>(_);This is supported on non-crate feature
miri-test-libstd or test or doctest only.Expand description
Opaque type representing the discriminant of an enum.
See the discriminant function in this module for more information.