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

Iterate over definitions of imported types in the AST.

Required Methods

Implementors