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