FieldMap

Type Alias FieldMap 

Source
pub type FieldMap = HashMap<Field, usize>;
Expand description

a more general solution would be to use a variant rather than usize

Aliased Typeยง

pub struct FieldMap { /* private fields */ }