Searched defs:IndexSetVisitor (Results 1 – 1 of 1) sorted by relevance
102 struct IndexSetVisitor<T, S>(PhantomData<(T, S)>); struct104 impl<'de, T, S> Visitor<'de> for IndexSetVisitor<T, S> implementation