Trait wasm_bindgen_backend::defined::RemoveUndefinedImports[][src]

pub trait RemoveUndefinedImports {
    fn remove_undefined_imports<F>(&mut self, is_defined: &F) -> bool
    where
        F: Fn(&Ident) -> bool
; }

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]

Implementors