Searched defs:RangeVisitor (Results 1 – 1 of 1) 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