Skip to main content

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>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§