Module ra_ap_ide_db::traits[][src]

Expand description

Functionality for obtaining data related to traits from the DB.

Functions

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

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