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

Iterate over definitions of and references to imported types in the AST.

Required Methods

Implementations on Foreign Types

Implementors