Searched defs:once_with (Results 1 – 10 of 10) sorted by relevance
5 mod once_with; module
61 pub fn once_with<A, F: FnOnce() -> A>(gen: F) -> OnceWith<F> { in once_with() function