Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde-1.0.197/src/private/
H A Dde.rs818 pub struct TaggedContentVisitor<T> { struct
819 tag_name: &'static str,
820 expecting: &'static str,
821 value: PhantomData<T>,
824 impl<T> TaggedContentVisitor<T> { implementation
836 impl<'de, T> Visitor<'de> for TaggedContentVisitor<T> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/serde/src/private/
Dde.rs818 pub struct TaggedContentVisitor<T> { struct
819 tag_name: &'static str,
820 expecting: &'static str,
821 value: PhantomData<T>,
824 impl<T> TaggedContentVisitor<T> { impl
836 impl<'de, T> Visitor<'de> for TaggedContentVisitor<T> implementation