| 210 | } |
| 211 | |
| 212 | pub trait EvdevEnum: Copy + 'static { |
| 213 | fn from_index(i: usize) -> Self; |
| 214 | fn to_index(self) -> usize; |
| 215 | } |
| 216 | |
| 217 | pub trait ArrayedEvdevEnum: EvdevEnum { |
| 218 | type Array; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…