Function rustc::middle::ty::record_trait_implementation[src]
pub fn record_trait_implementation(tcx: &ctxt, trait_def_id: DefId, impl_def_id: DefId)
Records a trait-to-implementation mapping.
pub fn record_trait_implementation(tcx: &ctxt, trait_def_id: DefId, impl_def_id: DefId)
Records a trait-to-implementation mapping.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).