Function rustc::middle::typeck::check::method::lookup_in_trait[src]

pub fn lookup_in_trait<'a>(fcx: &'a FnCtxt<'a>, span: Span, self_expr: Option<&'a Expr>, m_name: Name, trait_did: DefId, self_ty: t, supplied_tps: &'a [t], autoderef_receiver: AutoderefReceiverFlag, report_statics: StaticMethodsFlag) -> Option<MethodCallee>