Home
last modified time | relevance | path

Searched defs:try_init (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/rust/kernel/
H A Dinit.rs713 macro_rules! try_init { macros
1138 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() functions
1171 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() functions
1201 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() functions
/third_party/rust/crates/env_logger/src/
H A Dlib.rs792 pub fn try_init(&mut self) -> Result<(), SetLoggerError> { in try_init() functions
1140 pub fn try_init() functions
[all...]

Completed in 4 milliseconds