Home
last modified time | relevance | path

Searched refs:call_mut (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/rust/alloc/
Dboxed.rs1995 extern "rust-call" fn call_mut(&mut self, args: Args) -> Self::Output { in call_mut() method
1996 <F as FnMut<Args>>::call_mut(self, args) in call_mut()