Struct serde::ser::impls::MapIteratorVisitor
[−]
[src]
pub struct MapIteratorVisitor<Iter> { // some fields omitted }
pub struct MapIteratorVisitor<Iter> { // some fields omitted }
impl<K, V, Iter> MapIteratorVisitor<Iter> where Iter: Iterator<Item=(K, V)>
fn new(iter: Iter, len: Option<usize>) -> MapIteratorVisitor<Iter>
impl<K, V, I> MapVisitor for MapIteratorVisitor<I> where K: Serialize, V: Serialize, I: Iterator<Item=(K, V)>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)