Skip to main content

PathKey

Type Alias PathKey 

Source
pub type PathKey = Vec<PathPart>;
Expand description

A path into the serde output JSON (see module docs).

Aliased Typeยง

pub struct PathKey { /* private fields */ }