Trait StatementLocal

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

Required Methods§

Source

fn lower(&self, ctx: &mut Context<'_>) -> Result<StatementList>

Implementations on Foreign Types§

Source§

impl StatementLocal for Statement

Source§

fn lower(&self, ctx: &mut Context<'_>) -> Result<StatementList>

Implementors§