Searched defs:AtomicLazyCellVisitor (Results 1 – 1 of 1) sorted by relevance
62 struct AtomicLazyCellVisitor<T>(PhantomData<*const T>); struct63 impl<'de, T: Deserialize<'de>> Visitor<'de> for AtomicLazyCellVisitor<T> { implementation