Skip to main content

RoutineTypeSnapshot

Type Alias RoutineTypeSnapshot 

Source
pub type RoutineTypeSnapshot = Arc<BTreeMap<String, StoredDomain>>;
Expand description

The original immutable domain allocation captured for one signature-matching pass.

Aliased Typeยง

pub struct RoutineTypeSnapshot { /* private fields */ }