Searched defs:SlabVisitor (Results 1 – 1 of 1) sorted by relevance
26 struct SlabVisitor<T>(PhantomData<T>); struct28 impl<'de, T> Visitor<'de> for SlabVisitor<T> implementation