Searched defs:RangeVisitor (Results 1 – 2 of 2) sorted by relevance
2426 pub struct RangeVisitor<Idx> { struct2427 pub expecting: &'static str,2428 pub phantom: PhantomData<Idx>,2431 impl<'de, Idx> Visitor<'de> for RangeVisitor<Idx> implementation