Struct serde::de::impls::HashMapVisitor   
            
                [−]
            
        [src]
pub struct HashMapVisitor<K, V> {
    // some fields omitted
}A visitor that produces a map.
Methods
impl<K, V> HashMapVisitor<K, V>
fn new() -> Self
Construct a MapVisitor*<T>.