Expand description
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 thisimpl
block. - resolve_
target_ trait - Given the
impl
block, attempts to find the trait thisimpl
corresponds to.