Trait wasm_bindgen_backend::defined::ImportedTypeReferences[][src]

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

Iterate over references to imported types in the AST.

Required Methods

Implementors