Function rustc::middle::ty::method_idx[src]
pub fn method_idx(id: Ident, meths: &[Rc<Method>]) -> Option<uint>
pub fn method_idx(id: Ident, meths: &[Rc<Method>]) -> Option<uint>
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).