Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/
Dlib.rs686 pub fn from_pointee(val: T) -> Self in from_pointee() method
731 pub fn from_pointee<V: Into<Option<T>>>(val: V) -> Self in from_pointee() method