Expand description
This module is concerned with finding methods that a given type provides. For details about how this works in rustc, see the method lookup page in the rustc guide and the corresponding code mostly in rustc_hir_analysis/check/method/probe.rs.
Structs§
- Candidate
- Candidate
Step - Candidate
With Private - Inherent
Impls - Method
Resolution Context - Method
Resolution Unstable Features - Pick
- Trait
Impls
Enums§
Functions§
- is_
dyn_ method - Checks if the self parameter of
Traitmethod is thedyn Traitand we should call the method using the vtable. - lookup_
impl_ const - simplified_
type_ module - with_
incoherent_ inherent_ impls