Skip to main content

TracePath

Type Alias TracePath 

Source
pub type TracePath = Vec<TraceStep>;
Expand description

A behavior node’s address: the hops from the behavior’s args down to it.

Aliased Type§

pub struct TracePath { /* private fields */ }