Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dboxed.rs2010 extern "rust-call" fn call_once(self, args: Args) -> Self::Output { in call_once() method
2011 <F as FnOnce<Args>>::call_once(*self, args) in call_once()