1 2 3 4 5
pub use disc_derive::disc; pub trait FromDiscriminant<T>: Sized { fn from_discriminant(_discriminant: T) -> Option<Self>; }