Skip to main content

infer_query

Function infer_query 

Source
fn infer_query<'db>(
    db: &'db dyn HirDatabase,
    def: DefWithBodyId,
) -> InferenceResult<'db>
Expand description

The entry point of type inference.