type FieldDisplay<'a> = (&'a str, ArrayFormatter<'a>);
Pairs an ArrayFormatter with its field name
ArrayFormatter