Skip to main content

generate_dictionary_extern

Function generate_dictionary_extern 

Source
pub fn generate_dictionary_extern(
    decl: &InterfaceDecl,
    ctx: &ModuleContext,
    cgctx: Option<&CodegenContext<'_>>,
    js_namespace: Option<&str>,
    scope: ScopeId,
) -> TokenStream
Expand description

Generate a simple extern ā€œCā€ block for a dictionary interface. Temporary until M5 implements proper dictionary builders.