Searched defs:RangeVisitor (Results 1 – 1 of 1) sorted by relevance
2365 pub struct RangeVisitor<Idx> { struct2366 pub expecting: &'static str,2367 pub phantom: PhantomData<Idx>,2370 impl<'de, Idx> Visitor<'de> for RangeVisitor<Idx> implementation