pub type DomKeyPath = Vec<FieldKey<'static>>;Available on crate feature
reflect only.Expand description
A path of serialized keys for probing (DOM-aware). Each key includes the category (attribute vs element) for DOM formats.
Aliased Typeยง
pub struct DomKeyPath { /* private fields */ }