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