pub fn generate_idl_for_module(
    env: &GlobalEnv,
    error_mapping: &ErrorMapping,
    module_env: ModuleEnv<'_>
) -> Result<IDLModule>
Expand description

Compute the IDLs of all script functions in a module.