Function move_lang::interface_generator::write_module_to_string
source · pub fn write_module_to_string(
named_address_mapping: &BTreeMap<ModuleId, impl AsRef<str>>,
module: &CompiledModule
) -> Result<(ModuleId, String)>