Type Alias Path

Source
pub type Path = Vec<CBOR>;
Expand description

A sequence of CBOR that match a pattern, starting from the root of the dCBOR item.

Aliased Typeยง

pub struct Path { /* private fields */ }