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