Searched refs:enum_type (Results 1 – 1 of 1) sorted by relevance
25 ($enum_type:ty) => {26 impl From<$enum_type> for u32 {27 fn from(value: $enum_type) -> Self {