KeyPath

Type Alias KeyPath 

Source
pub type KeyPath = Vec<&'static str>;
Expand description

A path of serialized key names for probing. Unlike FieldPath which tracks the internal type structure (including variant selections), KeyPath only tracks the keys as they appear in the serialized format.

Aliased Typeยง

pub struct KeyPath { /* private fields */ }