pub type RunPath = Vec<PathFrame>;
A structured run path: an ordered stack of frames from the run’s root flow down to the addressed site.
pub struct RunPath { /* private fields */ }