Searched defs:TaggedContentVisitor (Results 1 – 2 of 2) sorted by relevance
818 pub struct TaggedContentVisitor<T> { struct819 tag_name: &'static str,820 expecting: &'static str,821 value: PhantomData<T>,824 impl<T> TaggedContentVisitor<T> { implementation836 impl<'de, T> Visitor<'de> for TaggedContentVisitor<T> implementation
818 pub struct TaggedContentVisitor<T> { struct819 tag_name: &'static str,820 expecting: &'static str,821 value: PhantomData<T>,824 impl<T> TaggedContentVisitor<T> { impl836 impl<'de, T> Visitor<'de> for TaggedContentVisitor<T> implementation