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