Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Dmod.rs78 pub use self::extract_if::ExtractIf;
80 mod extract_if; module
3243 pub fn extract_if<F>(&mut self, filter: F) -> ExtractIf<'_, T, F, A> in extract_if() method