Struct serde::de::impls::HashSetVisitor   
            
                [−]
            
        [src]
pub struct HashSetVisitor<T> {
    // some fields omitted
}A visitor that produces a sequence.
Methods
impl<T> HashSetVisitor<T>
fn new() -> Self
Construct a new sequence visitor.