SemanticFunctionWithBodyIdEx

Trait SemanticFunctionWithBodyIdEx 

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

Required Methods§

Source

fn lowered(&self, db: &'db dyn Database) -> FunctionWithBodyId<'db>

Implementations on Foreign Types§

Source§

impl<'db> SemanticFunctionWithBodyIdEx<'db> for FunctionWithBodyId<'db>

Source§

fn lowered(&self, db: &'db dyn Database) -> FunctionWithBodyId<'db>

Implementors§