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

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

fn remove_undefined_imports<F>(&mut self, is_defined: &F) -> bool where
    F: Fn(&Ident) -> bool

Loading content...

Implementations on Foreign Types

impl<T> RemoveUndefinedImports for Vec<T> where
    T: ImportedTypeReferences
[src]

Loading content...

Implementors

impl RemoveUndefinedImports for Program
[src]

Loading content...