mirror of
https://github.com/trussed-dev/cbor-smol.git
synced 2026-06-20 04:17:03 -07:00
deploy: 6b3ce6928e
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1280,6 +1280,7 @@
|
||||
<a href="#1280" id="1280">1280</a>
|
||||
<a href="#1281" id="1281">1281</a>
|
||||
<a href="#1282" id="1282">1282</a>
|
||||
<a href="#1283" id="1283">1283</a>
|
||||
</pre></div><pre class="rust"><code><span class="kw">use </span>serde::Deserialize;
|
||||
|
||||
<span class="kw">use </span>serde::de::IntoDeserializer;
|
||||
@@ -1624,7 +1625,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
<span class="kw">fn </span>next_value_seed<V>(<span class="kw-2">&mut </span><span class="self">self</span>, seed: V) -> <span class="prelude-ty">Result</span><V::Value>
|
||||
<span class="attr">#[inline(never)]
|
||||
</span><span class="kw">fn </span>next_value_seed<V>(<span class="kw-2">&mut </span><span class="self">self</span>, seed: V) -> <span class="prelude-ty">Result</span><V::Value>
|
||||
<span class="kw">where
|
||||
</span>V: de::DeserializeSeed<<span class="lifetime">'b</span>>,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user