Searched refs:or (Results 1 – 4 of 4) sorted by relevance
25 problems or just have questions related to `pin-init` in the Linux kernel, you can also ask your26 questions in the [Rust-for-Linux Zulip](https://rust-for-linux.zulipchat.com/) or see48 Everything must compile without errors or warnings and all tests must pass after **every commit**.
54 [`Box<T>`] or any other smart pointer that supports this library).97 (or just the stack) to actually initialize a `Foo`:
619 pub fn or(self, default: T) -> T { in or() method
780 let cursor = next.or(prev).map(|current| Self { in remove_current()
Completed in 24 milliseconds