pub type Captures = HashMap<String, Expression>;
Result of pattern matching - captured expressions
pub struct Captures { /* private fields */ }