Home
last modified time | relevance | path

Searched defs:ExtendFunc (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/rust/alloc/vec/
Dmod.rs2376 struct ExtendFunc<F>(F); struct
2377 impl<T, F: FnMut() -> T> ExtendWith<T> for ExtendFunc<F> { implementation