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