diameter_interface/modeling/avp/
enumerated.rs

1use crate::modeling::avp::integer32::Integer32;
2
3pub type Enumerated = Integer32;