Home
last modified time | relevance | path

Searched defs:RangeToVisitor (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/serde/serde/src/de/
Dimpls.rs2719 pub struct RangeToVisitor<Idx> { struct
2720 pub expecting: &'static str,
2721 pub phantom: PhantomData<Idx>,
2724 impl<'de, Idx> Visitor<'de> for RangeToVisitor<Idx> implementation