pub type Path = Vec<Envelope>;
A vector of envelopes that match a pattern, starting from the root of the envelope.
pub struct Path { /* private fields */ }