pub(crate) trait StatementLocal {
// Required method
fn lower(&self, ctx: &mut Context<'_>) -> Result<StatementList>;
}
pub(crate) trait StatementLocal {
// Required method
fn lower(&self, ctx: &mut Context<'_>) -> Result<StatementList>;
}