Searched refs:call_mut (Results 1 – 1 of 1) sorted by relevance
2017 extern "rust-call" fn call_mut(&mut self, args: Args) -> Self::Output { in call_mut() method2018 <F as FnMut<Args>>::call_mut(self, args) in call_mut()