pub trait ImportedTypeReferences {
    fn imported_type_references<F>(&self, f: &mut F)
    where
        F: FnMut(&Ident)
; }
Expand description

Iterate over references to imported types in the AST.

Required Methods

Implementors