Searched refs:get_instance_module (Results 1 – 2 of 2) sorted by relevance
37 async fn get_instance_module(&mut self, instance: Instance) -> Result<Module>; in get_instance_module() method161 async fn get_instance_module(&mut self, instance: Instance) -> Result<Module> { in get_instance_module() method
311 let module = d.get_instance_module(i).await?; in get_module()