Home
last modified time | relevance | path

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

/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