Function rustc::middle::typeck::check::polytype_for_def[src]
pub fn polytype_for_def(fcx: &FnCtxt, sp: Span, defn: Def) -> Polytype
pub fn polytype_for_def(fcx: &FnCtxt, sp: Span, defn: Def) -> Polytype
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).