hir

Trait PathCandidateCallback

Source
pub trait PathCandidateCallback {
    // Required methods
    fn on_inherent_item(&mut self, item: AssocItem) -> ControlFlow<()>;
    fn on_trait_item(&mut self, item: AssocItem) -> ControlFlow<()>;
}

Required Methods§

Implementors§