Searched defs:RangeToVisitor (Results 1 – 2 of 2) sorted by relevance
2719 pub struct RangeToVisitor<Idx> { struct2720 pub expecting: &'static str,2721 pub phantom: PhantomData<Idx>,2724 impl<'de, Idx> Visitor<'de> for RangeToVisitor<Idx> implementation