//! A library to obtain the representation of an enum's discriminant.
/// A trait to obtain the representation of an enum's discriminant.
///
/// # Safety
///
/// The implementor must ensure that the enum is annotated with `#[repr(Self::Repr)]`
pub unsafe
pub use ReprDiscriminant;