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