pub trait ExtendedSemanticContext<I: SemanticContextInstruction> {
// Required method
fn extended_expression(&mut self, expr: &I);
}
Expand description
Extended Semantic Context trait contain instructions set functions for the Extended Stack context.