macro_rules! impl_try_from_le32_for_enumn {
    ($ty:ty, $name:literal) => { ... };
}
Expand description

Implements TryFrom<data_model::Le32> for an enum that implements enumn::N.