Skip to main content

RunPath

Type Alias RunPath 

Source
pub type RunPath = Vec<PathFrame>;
Expand description

A structured run path: an ordered stack of frames from the run’s root flow down to the addressed site.

Aliased Type§

pub struct RunPath { /* private fields */ }