cairo_lang_lowering::ids

Trait SemanticFunctionWithBodyIdEx

Source
pub trait SemanticFunctionWithBodyIdEx {
    // Required method
    fn lowered(&self, db: &dyn LoweringGroup) -> FunctionWithBodyId;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl SemanticFunctionWithBodyIdEx for FunctionWithBodyId

Implementors§