Searched refs:call_once (Results 1 – 1 of 1) sorted by relevance
1875 extern "rust-call" fn call_once(self, args: Args) -> Self::Output { in call_once() method1876 <F as FnOnce<Args>>::call_once(*self, args) in call_once()