[−][src]Trait wasm_bindgen_backend::defined::RemoveUndefinedImports
Remove any methods, statics, &c, that reference types that are not defined.
Required methods
Implementations on Foreign Types
impl<T> RemoveUndefinedImports for Vec<T> where
T: ImportedTypeReferences,
[src][−]
T: ImportedTypeReferences,
fn remove_undefined_imports<F>(&mut self, is_defined: &F) -> bool where
F: Fn(&Ident) -> bool,
[src]
F: Fn(&Ident) -> bool,