Trait wasm_bindgen_backend::defined::ImportedTypes
source · 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.