Skip to main content

DomKeyPath

Type Alias DomKeyPath 

Source
pub type DomKeyPath = Vec<FieldKey<'static>>;
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 */ }