Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmodule_param.rs82 .then_some(0) in set_param()
/linux/rust/zerocopy-derive/
H A Dutil.rs720 fn then_some<T>(self, t: T) -> Option<T>; in then_some() method
724 fn then_some<T>(self, t: T) -> Option<T> { in then_some() method