Function rustc::middle::trans::monomorphize::monomorphic_fn[src]
pub fn monomorphic_fn(ccx: &CrateContext, fn_id: DefId, real_substs: &Substs, vtables: vtable_res, ref_id: Option<NodeId>) -> (ValueRef, bool)
pub fn monomorphic_fn(ccx: &CrateContext, fn_id: DefId, real_substs: &Substs, vtables: vtable_res, ref_id: Option<NodeId>) -> (ValueRef, bool)
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).