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