Path

Type Alias Path 

pub type Path = Vec<u32>;
Expand description

A node address: child indices from the root of the subscription’s frame.

Aliased Type§

pub struct Path { /* private fields */ }