Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/serde/src/de/
Dimpls.rs2426 pub struct RangeVisitor<Idx> { struct
2427 pub expecting: &'static str,
2428 pub phantom: PhantomData<Idx>,
2431 impl<'de, Idx> Visitor<'de> for RangeVisitor<Idx> implementation