pub type DomKeyPath = Vec<FieldKey<'static>>;
A path of serialized keys for probing (DOM-aware). Each key includes the category (attribute vs element) for DOM formats.
pub struct DomKeyPath { /* private fields */ }