Function rustc::middle::typeck::astconv::trait_ref_for_unboxed_function[src]
pub fn trait_ref_for_unboxed_function<AC: AstConv, RS: RegionScope>(this: &AC, rscope: &RS, unboxed_function: &UnboxedFnTy, self_ty: Option<t>) -> TraitRef
pub fn trait_ref_for_unboxed_function<AC: AstConv, RS: RegionScope>(this: &AC, rscope: &RS, unboxed_function: &UnboxedFnTy, self_ty: Option<t>) -> TraitRef
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).