| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
 | <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="generator" content="rustdoc">
    <meta name="description" content="API documentation for the Rust `Deserializer` struct in crate `plist`.">
    <meta name="keywords" content="rust, rustlang, rust-lang, Deserializer">
    <title>plist::Deserializer - Rust</title>
    <link rel="stylesheet" type="text/css" href="../rustdoc.css">
    <link rel="stylesheet" type="text/css" href="../main.css">
    
    
    
</head>
<body class="rustdoc">
    <!--[if lte IE 8]>
    <div class="warning">
        This old browser is unsupported and will most likely display funky
        things.
    </div>
    <![endif]-->
    
    <nav class="sidebar">
        
        <p class='location'><a href='index.html'>plist</a></p><script>window.sidebarCurrent = {name: 'Deserializer', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
    </nav>
    <nav class="sub">
        <form class="search-form js-only">
            <div class="search-container">
                <input class="search-input" name="search"
                       autocomplete="off"
                       placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
                       type="search">
            </div>
        </form>
    </nav>
    <section id='main' class="content struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>plist</a>::<wbr><a class='struct' href=''>Deserializer</a></span><span class='out-of-band'><span id='render-detail'>
                   <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
                       [<span class='inner'>−</span>]
                   </a>
               </span><a id='src-309' class='srclink' href='../src/plist/src/de.rs.html#51-55' title='goto source code'>[src]</a></span></h1>
<pre class='rust struct'>pub struct Deserializer<I> <span class='where'>where I: <a class='trait' href='https://doc.rust-lang.org/nightly/core/iter/traits/trait.IntoIterator.html' title='core::iter::traits::IntoIterator'>IntoIterator</a><Item=<a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><<a class='enum' href='../plist/enum.PlistEvent.html' title='plist::PlistEvent'>PlistEvent</a>, <a class='enum' href='../plist/enum.Error.html' title='plist::Error'>Error</a>>></span> { /* fields omitted */ }</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl<I> <a class='struct' href='../plist/struct.Deserializer.html' title='plist::Deserializer'>Deserializer</a><I> <span class='where'>where I: <a class='trait' href='https://doc.rust-lang.org/nightly/core/iter/traits/trait.IntoIterator.html' title='core::iter::traits::IntoIterator'>IntoIterator</a><Item=<a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><<a class='enum' href='../plist/enum.PlistEvent.html' title='plist::PlistEvent'>PlistEvent</a>, <a class='enum' href='../plist/enum.Error.html' title='plist::Error'>Error</a>>></span></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-312' class='srclink' href='../src/plist/src/de.rs.html#57-62' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.new' class='method'><span id='new.v' class='invisible'><code>fn <a href='#method.new' class='fnname'>new</a>(iter: I) -> <a class='struct' href='../plist/struct.Deserializer.html' title='plist::Deserializer'>Deserializer</a><I></code></span></h4>
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl<I> <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>SerdeDeserializer</a> for <a class='struct' href='../plist/struct.Deserializer.html' title='plist::Deserializer'>Deserializer</a><I> <span class='where'>where I: <a class='trait' href='https://doc.rust-lang.org/nightly/core/iter/traits/trait.IntoIterator.html' title='core::iter::traits::IntoIterator'>IntoIterator</a><Item=<a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><<a class='enum' href='../plist/enum.PlistEvent.html' title='plist::PlistEvent'>PlistEvent</a>, <a class='enum' href='../plist/enum.Error.html' title='plist::Error'>Error</a>>></span></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-316' class='srclink' href='../src/plist/src/de.rs.html#64-149' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='associatedtype.Error' class='type'><span id='Error.t' class='invisible'><code>type <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#associatedtype.Error' class='type'>Error</a> = <a class='enum' href='../plist/enum.Error.html' title='plist::Error'>Error</a></code></span></h4>
<div class='docblock'><p>The error type that can be returned if some error occurs during deserialization.</p>
</div><h4 id='method.deserialize' class='method'><span id='deserialize.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#tymethod.deserialize' class='fnname'>deserialize</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::Value, Self::Error> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method walks a visitor through a value as it is being deserialized.</p>
</div><h4 id='method.deserialize_unit' class='method'><span id='deserialize_unit.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_unit' class='fnname'>deserialize_unit</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::Value, Self::Error> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>unit</code> value.</p>
</div><h4 id='method.deserialize_option' class='method'><span id='deserialize_option.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_option' class='fnname'>deserialize_option</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::Value, Self::Error> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>Option</code> value. This allows deserializers that encode an optional value as a nullable value to convert the null value into a <code>None</code>, and a regular value as <code>Some(value)</code>. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_option">Read more</a></p>
</div><h4 id='method.deserialize_newtype_struct' class='method'><span id='deserialize_newtype_struct.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_newtype_struct' class='fnname'>deserialize_newtype_struct</a><V>(&mut self,<br>                                 _name: &'static <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.str.html'>str</a>,<br>                                 visitor: V)<br>                                 -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::Value, Self::Error> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a newtype struct. This allows deserializers to a newtype struct that aren't tagged as a newtype struct. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_newtype_struct">Read more</a></p>
</div><h4 id='method.deserialize_enum' class='method'><span id='deserialize_enum.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_enum' class='fnname'>deserialize_enum</a><V>(&mut self,<br>                       _enum: &'static <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.str.html'>str</a>,<br>                       _variants: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.slice.html'>&'static [</a>&'static <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.str.html'>str</a><a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.slice.html'>]</a>,<br>                       visitor: V)<br>                       -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::Value, Self::Error> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.EnumVisitor.html' title='serde::de::EnumVisitor'>EnumVisitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an enum value. This allows deserializers that provide a custom enumeration serialization to properly deserialize the type. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_enum">Read more</a></p>
</div><h4 id='method.deserialize_bool' class='method'><span id='deserialize_bool.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_bool' class='fnname'>deserialize_bool</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a <code>bool</code> value.</p>
</div><h4 id='method.deserialize_usize' class='method'><span id='deserialize_usize.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_usize' class='fnname'>deserialize_usize</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>usize</code> value.</p>
</div><h4 id='method.deserialize_u8' class='method'><span id='deserialize_u8.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_u8' class='fnname'>deserialize_u8</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>u8</code> value.</p>
</div><h4 id='method.deserialize_u16' class='method'><span id='deserialize_u16.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_u16' class='fnname'>deserialize_u16</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>u16</code> value.</p>
</div><h4 id='method.deserialize_u32' class='method'><span id='deserialize_u32.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_u32' class='fnname'>deserialize_u32</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>u32</code> value.</p>
</div><h4 id='method.deserialize_u64' class='method'><span id='deserialize_u64.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_u64' class='fnname'>deserialize_u64</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>u64</code> value.</p>
</div><h4 id='method.deserialize_isize' class='method'><span id='deserialize_isize.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_isize' class='fnname'>deserialize_isize</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>isize</code> value.</p>
</div><h4 id='method.deserialize_i8' class='method'><span id='deserialize_i8.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_i8' class='fnname'>deserialize_i8</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>i8</code> value.</p>
</div><h4 id='method.deserialize_i16' class='method'><span id='deserialize_i16.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_i16' class='fnname'>deserialize_i16</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>i16</code> value.</p>
</div><h4 id='method.deserialize_i32' class='method'><span id='deserialize_i32.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_i32' class='fnname'>deserialize_i32</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>i32</code> value.</p>
</div><h4 id='method.deserialize_i64' class='method'><span id='deserialize_i64.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_i64' class='fnname'>deserialize_i64</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting an <code>i64</code> value.</p>
</div><h4 id='method.deserialize_f32' class='method'><span id='deserialize_f32.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_f32' class='fnname'>deserialize_f32</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a <code>f32</code> value.</p>
</div><h4 id='method.deserialize_f64' class='method'><span id='deserialize_f64.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_f64' class='fnname'>deserialize_f64</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a <code>f64</code> value.</p>
</div><h4 id='method.deserialize_char' class='method'><span id='deserialize_char.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_char' class='fnname'>deserialize_char</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a <code>char</code> value.</p>
</div><h4 id='method.deserialize_str' class='method'><span id='deserialize_str.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_str' class='fnname'>deserialize_str</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a <code>&str</code> value.</p>
</div><h4 id='method.deserialize_string' class='method'><span id='deserialize_string.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_string' class='fnname'>deserialize_string</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a <code>String</code> value.</p>
</div><h4 id='method.deserialize_seq' class='method'><span id='deserialize_seq.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_seq' class='fnname'>deserialize_seq</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a sequence value. This allows deserializers to parse sequences that aren't tagged as sequences. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_seq">Read more</a></p>
</div><h4 id='method.deserialize_fixed_size_array' class='method'><span id='deserialize_fixed_size_array.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_fixed_size_array' class='fnname'>deserialize_fixed_size_array</a><V>(&mut self,<br>                                   _len: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.usize.html'>usize</a>,<br>                                   visitor: V)<br>                                   -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a fixed size array. This allows deserializers to parse arrays that aren't tagged as arrays. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_fixed_size_array">Read more</a></p>
</div><h4 id='method.deserialize_bytes' class='method'><span id='deserialize_bytes.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_bytes' class='fnname'>deserialize_bytes</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a <code>Vec<u8></code>. This allows deserializers that provide a custom byte vector serialization to properly deserialize the type. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_bytes">Read more</a></p>
</div><h4 id='method.deserialize_map' class='method'><span id='deserialize_map.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_map' class='fnname'>deserialize_map</a><V>(&mut self, visitor: V) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a map of values. This allows deserializers to parse sequences that aren't tagged as maps. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_map">Read more</a></p>
</div><h4 id='method.deserialize_unit_struct' class='method'><span id='deserialize_unit_struct.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_unit_struct' class='fnname'>deserialize_unit_struct</a><V>(&mut self,<br>                              _name: &'static <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.str.html'>str</a>,<br>                              visitor: V)<br>                              -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a unit struct. This allows deserializers to a unit struct that aren't tagged as a unit struct. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_unit_struct">Read more</a></p>
</div><h4 id='method.deserialize_tuple_struct' class='method'><span id='deserialize_tuple_struct.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_tuple_struct' class='fnname'>deserialize_tuple_struct</a><V>(&mut self,<br>                               _name: &'static <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.str.html'>str</a>,<br>                               len: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.usize.html'>usize</a>,<br>                               visitor: V)<br>                               -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a tuple struct. This allows deserializers to parse sequences that aren't tagged as sequences. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_tuple_struct">Read more</a></p>
</div><h4 id='method.deserialize_struct' class='method'><span id='deserialize_struct.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_struct' class='fnname'>deserialize_struct</a><V>(&mut self,<br>                         _name: &'static <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.str.html'>str</a>,<br>                         _fields: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.slice.html'>&'static [</a>&'static <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.str.html'>str</a><a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.slice.html'>]</a>,<br>                         visitor: V)<br>                         -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a struct. This allows deserializers to parse sequences that aren't tagged as maps. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_struct">Read more</a></p>
</div><h4 id='method.deserialize_struct_field' class='method'><span id='deserialize_struct_field.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_struct_field' class='fnname'>deserialize_struct_field</a><V>(&mut self,<br>                               visitor: V)<br>                               -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting some sort of struct field name.  This allows deserializers to choose between &str, usize, or &[u8] to properly deserialize a struct field. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_struct_field">Read more</a></p>
</div><h4 id='method.deserialize_tuple' class='method'><span id='deserialize_tuple.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_tuple' class='fnname'>deserialize_tuple</a><V>(&mut self,<br>                        _len: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.usize.html'>usize</a>,<br>                        visitor: V)<br>                        -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type is expecting a tuple value. This allows deserializers that provide a custom tuple serialization to properly deserialize the type. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_tuple">Read more</a></p>
</div><h4 id='method.deserialize_ignored_any' class='method'><span id='deserialize_ignored_any.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_ignored_any' class='fnname'>deserialize_ignored_any</a><V>(&mut self,<br>                              visitor: V)<br>                              -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Value</a>, Self::<a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>Error</a>> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p>This method hints that the <code>Deserialize</code> type needs to deserialize a value whose type doesn't matter because it is ignored. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html#method.deserialize_ignored_any">Read more</a></p>
</div></div><h3 class='impl'><span class='in-band'><code>impl<I> <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.VariantVisitor.html' title='serde::de::VariantVisitor'>VariantVisitor</a> for <a class='struct' href='../plist/struct.Deserializer.html' title='plist::Deserializer'>Deserializer</a><I> <span class='where'>where I: <a class='trait' href='https://doc.rust-lang.org/nightly/core/iter/traits/trait.IntoIterator.html' title='core::iter::traits::IntoIterator'>IntoIterator</a><Item=<a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><<a class='enum' href='../plist/enum.PlistEvent.html' title='plist::PlistEvent'>PlistEvent</a>, <a class='enum' href='../plist/enum.Error.html' title='plist::Error'>Error</a>>></span></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-360' class='srclink' href='../src/plist/src/de.rs.html#151-186' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='associatedtype.Error-1' class='type'><span id='Error.t-1' class='invisible'><code>type <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.VariantVisitor.html#associatedtype.Error' class='type'>Error</a> = <a class='enum' href='../plist/enum.Error.html' title='plist::Error'>Error</a></code></span></h4>
<div class='docblock'><p>The error type that can be returned if some error occurs during deserialization.</p>
</div><h4 id='method.visit_variant' class='method'><span id='visit_variant.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.VariantVisitor.html#tymethod.visit_variant' class='fnname'>visit_variant</a><V>(&mut self) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V, Self::Error> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserialize.html' title='serde::de::Deserialize'>Deserialize</a></span></code></span></h4>
<div class='docblock'><p><code>visit_variant</code> is called to identify which variant to deserialize.</p>
</div><h4 id='method.visit_unit' class='method'><span id='visit_unit.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.VariantVisitor.html#method.visit_unit' class='fnname'>visit_unit</a>(&mut self) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><<a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.tuple.html'>()</a>, Self::Error></code></span></h4>
<div class='docblock'><p><code>visit_unit</code> is called when deserializing a variant with no values.</p>
</div><h4 id='method.visit_newtype' class='method'><span id='visit_newtype.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.VariantVisitor.html#method.visit_newtype' class='fnname'>visit_newtype</a><T>(&mut self) -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><T, Self::Error> <span class='where'>where T: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserialize.html' title='serde::de::Deserialize'>Deserialize</a></span></code></span></h4>
<div class='docblock'><p><code>visit_newtype</code> is called when deserializing a variant with a single value. By default this uses the <code>visit_tuple</code> method to deserialize the value. <a href="https://serde-rs.github.io/serde/serde/serde/de/trait.VariantVisitor.html#method.visit_newtype">Read more</a></p>
</div><h4 id='method.visit_tuple' class='method'><span id='visit_tuple.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.VariantVisitor.html#method.visit_tuple' class='fnname'>visit_tuple</a><V>(&mut self,<br>                  len: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.usize.html'>usize</a>,<br>                  visitor: V)<br>                  -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::Value, Self::Error> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p><code>visit_tuple</code> is called when deserializing a tuple-like variant.</p>
</div><h4 id='method.visit_struct' class='method'><span id='visit_struct.v' class='invisible'><code>fn <a href='https://serde-rs.github.io/serde/serde/serde/de/trait.VariantVisitor.html#method.visit_struct' class='fnname'>visit_struct</a><V>(&mut self,<br>                   fields: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.slice.html'>&'static [</a>&'static <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.str.html'>str</a><a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.slice.html'>]</a>,<br>                   visitor: V)<br>                   -> <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a><V::Value, Self::Error> <span class='where'>where V: <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Visitor.html' title='serde::de::Visitor'>Visitor</a></span></code></span></h4>
<div class='docblock'><p><code>visit_struct</code> is called when deserializing a struct-like variant.</p>
</div></div></section>
    <section id='search' class="content hidden"></section>
    <section class="footer"></section>
    <aside id="help" class="hidden">
        <div>
            <h1 class="hidden">Help</h1>
            <div class="shortcuts">
                <h2>Keyboard Shortcuts</h2>
                <dl>
                    <dt>?</dt>
                    <dd>Show this help dialog</dd>
                    <dt>S</dt>
                    <dd>Focus the search field</dd>
                    <dt>⇤</dt>
                    <dd>Move up in search results</dd>
                    <dt>⇥</dt>
                    <dd>Move down in search results</dd>
                    <dt>⏎</dt>
                    <dd>Go to active search result</dd>
                    <dt>+</dt>
                    <dd>Collapse/expand all sections</dd>
                </dl>
            </div>
            <div class="infos">
                <h2>Search Tricks</h2>
                <p>
                    Prefix searches with a type followed by a colon (e.g.
                    <code>fn:</code>) to restrict the search to a given type.
                </p>
                <p>
                    Accepted types are: <code>fn</code>, <code>mod</code>,
                    <code>struct</code>, <code>enum</code>,
                    <code>trait</code>, <code>type</code>, <code>macro</code>,
                    and <code>const</code>.
                </p>
                <p>
                    Search functions by type signature (e.g.
                    <code>vec -> usize</code> or <code>* -> vec</code>)
                </p>
            </div>
        </div>
    </aside>
    
    <script>
        window.rootPath = "../";
        window.currentCrate = "plist";
    </script>
    <script src="../jquery.js"></script>
    <script src="../main.js"></script>
    <script defer src="../search-index.js"></script>
</body>
</html>
 |