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