Type Alias ExecutionStack

Source
pub type ExecutionStack = Arc<Mutex<HashSet<String>>>;

Aliased Type§

pub struct ExecutionStack { /* private fields */ }