hir

Trait MethodCandidateCallback

Source
pub trait MethodCandidateCallback {
    // Required methods
    fn on_inherent_method(&mut self, f: Function) -> ControlFlow<()>;
    fn on_trait_method(&mut self, f: Function) -> ControlFlow<()>;
}

Required Methods§

Implementors§