Skip to main content

Path

Type Alias Path 

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

A vector of envelopes that match a pattern, starting from the root of the envelope.

Aliased Typeยง

pub struct Path { /* private fields */ }