[][src]Trait wasm_bindgen_backend::defined::ImportedTypeDefinitions

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

Iterate over definitions of imported types in the AST.

Required methods

fn imported_type_definitions<F>(&self, f: &mut F) where
    F: FnMut(&Ident), 

Loading content...

Implementors

impl<T> ImportedTypeDefinitions for T where
    T: ImportedTypes
[src]

Loading content...