pub fn statement_semantic(
db: &dyn SemanticGroup,
function_id: FunctionWithBodyId,
id: StatementId,
) -> Statement
Expand description
Query implementation of crate::db::SemanticGroup::statement_semantic.
pub fn statement_semantic(
db: &dyn SemanticGroup,
function_id: FunctionWithBodyId,
id: StatementId,
) -> Statement
Query implementation of crate::db::SemanticGroup::statement_semantic.