Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/lazycell/src/
Dserde_impl.rs36 struct LazyCellVisitor<T>(PhantomData<*const T>); struct
37 impl<'de, T: Deserialize<'de>> Visitor<'de> for LazyCellVisitor<T> { implementation