[][src]Module ra_ap_ide_db::traits

Functionality for obtaining data related to traits from the DB.

Functions

get_missing_assoc_items

Given the impl block, returns the list of associated items (e.g. functions or types) that are missing in this impl block.

resolve_target_trait

Given the impl block, attempts to find the trait this impl corresponds to.