pub trait IntoJsModule { // Required method fninto_js_module(self, context: &mutContext) ->Module;}Expand description
A trait to convert a type into a JS module.
Required Methods§
Sourcefninto_js_module(self, context: &mutContext) ->Module
fninto_js_module(self, context: &mutContext) ->Module
Converts the type into a JS module.