Searched defs:RemoveError (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/alloc/kvec/ | ||
| H A D | errors.rs | 26 pub struct RemoveError; global() struct |
| /linux/rust/kernel/alloc/ | ||
| H A D | kvec.rs | 468 remove(&mut self, i: usize) -> Result<T, RemoveError> remove() argument |