Skip to content

Commit

Permalink
cargo docs for 2594d10
Browse files Browse the repository at this point in the history
  • Loading branch information
prisma-bot committed Jan 22, 2024
1 parent ba97b73 commit 4760162
Show file tree
Hide file tree
Showing 5,309 changed files with 11,130 additions and 10,179 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions doc/ahash/struct.AHashMap.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions doc/ahash/struct.AHashSet.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/aho_corasick/automaton/struct.StateID.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/aho_corasick/automaton/struct.StateIDError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/aho_corasick/struct.PatternID.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/aho_corasick/struct.PatternIDError.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions doc/aho_corasick/struct.Span.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/async_native_tls/enum.AcceptError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/async_native_tls/struct.Host.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/asynchronous_codec/struct.BytesCodec.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ <h2 id="example"><a href="#example">Example</a></h2>
<span class="kw">while let </span><span class="prelude-val">Some</span>(bytes) = framed.try_next().<span class="kw">await</span><span class="question-mark">? </span>{
<span class="macro">dbg!</span>(bytes);
}</code></pre></div>
</div></details><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Decoder-for-BytesCodec" class="impl"><a class="src rightside" href="../src/asynchronous_codec/codec/bytes.rs.html#41-53">source</a><a href="#impl-Decoder-for-BytesCodec" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Decoder.html" title="trait asynchronous_codec::Decoder">Decoder</a> for <a class="struct" href="struct.BytesCodec.html" title="struct asynchronous_codec::BytesCodec">BytesCodec</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Item-1" class="associatedtype trait-impl"><a href="#associatedtype.Item-1" class="anchor">§</a><h4 class="code-header">type <a href="trait.Decoder.html#associatedtype.Item" class="associatedtype">Item</a> = <a class="struct" href="struct.Bytes.html" title="struct asynchronous_codec::Bytes">Bytes</a></h4></section></summary><div class='docblock'>The type of items returned by <code>decode</code></div></details><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="trait.Decoder.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="struct" href="https://doc.rust-lang.org/1.75.0/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a></h4></section></summary><div class='docblock'>The type of decoding errors.</div></details><details class="toggle method-toggle" open><summary><section id="method.decode" class="method trait-impl"><a class="src rightside" href="../src/asynchronous_codec/codec/bytes.rs.html#45-52">source</a><a href="#method.decode" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Decoder.html#tymethod.decode" class="fn">decode</a>(
</div></details><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Decoder-for-BytesCodec" class="impl"><a class="src rightside" href="../src/asynchronous_codec/codec/bytes.rs.html#41-53">source</a><a href="#impl-Decoder-for-BytesCodec" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Decoder.html" title="trait asynchronous_codec::Decoder">Decoder</a> for <a class="struct" href="struct.BytesCodec.html" title="struct asynchronous_codec::BytesCodec">BytesCodec</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Item" class="associatedtype trait-impl"><a href="#associatedtype.Item" class="anchor">§</a><h4 class="code-header">type <a href="trait.Decoder.html#associatedtype.Item" class="associatedtype">Item</a> = <a class="struct" href="struct.Bytes.html" title="struct asynchronous_codec::Bytes">Bytes</a></h4></section></summary><div class='docblock'>The type of items returned by <code>decode</code></div></details><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="trait.Decoder.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="struct" href="https://doc.rust-lang.org/1.75.0/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a></h4></section></summary><div class='docblock'>The type of decoding errors.</div></details><details class="toggle method-toggle" open><summary><section id="method.decode" class="method trait-impl"><a class="src rightside" href="../src/asynchronous_codec/codec/bytes.rs.html#45-52">source</a><a href="#method.decode" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Decoder.html#tymethod.decode" class="fn">decode</a>(
&amp;mut self,
src: &amp;mut <a class="struct" href="struct.BytesMut.html" title="struct asynchronous_codec::BytesMut">BytesMut</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.75.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.Decoder.html#associatedtype.Item" title="type asynchronous_codec::Decoder::Item">Item</a>&gt;, Self::<a class="associatedtype" href="trait.Decoder.html#associatedtype.Error" title="type asynchronous_codec::Decoder::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Decode an item from the src <code>BytesMut</code> into an item</div></details><details class="toggle method-toggle" open><summary><section id="method.decode_eof" class="method trait-impl"><a class="src rightside" href="../src/asynchronous_codec/decoder.rs.html#21-23">source</a><a href="#method.decode_eof" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Decoder.html#method.decode_eof" class="fn">decode_eof</a>(
&amp;mut self,
src: &amp;mut <a class="struct" href="struct.BytesMut.html" title="struct asynchronous_codec::BytesMut">BytesMut</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.75.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.Decoder.html#associatedtype.Item" title="type asynchronous_codec::Decoder::Item">Item</a>&gt;, Self::<a class="associatedtype" href="trait.Decoder.html#associatedtype.Error" title="type asynchronous_codec::Decoder::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Called when the input stream reaches EOF, signaling a last attempt to decode <a href="trait.Decoder.html#method.decode_eof">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Encoder-for-BytesCodec" class="impl"><a class="src rightside" href="../src/asynchronous_codec/codec/bytes.rs.html#31-39">source</a><a href="#impl-Encoder-for-BytesCodec" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Encoder.html" title="trait asynchronous_codec::Encoder">Encoder</a> for <a class="struct" href="struct.BytesCodec.html" title="struct asynchronous_codec::BytesCodec">BytesCodec</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Item" class="associatedtype trait-impl"><a href="#associatedtype.Item" class="anchor">§</a><h4 class="code-header">type <a href="trait.Encoder.html#associatedtype.Item" class="associatedtype">Item</a> = <a class="struct" href="struct.Bytes.html" title="struct asynchronous_codec::Bytes">Bytes</a></h4></section></summary><div class='docblock'>The type of items consumed by <code>encode</code></div></details><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="trait.Encoder.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="struct" href="https://doc.rust-lang.org/1.75.0/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a></h4></section></summary><div class='docblock'>The type of encoding errors.</div></details><details class="toggle method-toggle" open><summary><section id="method.encode" class="method trait-impl"><a class="src rightside" href="../src/asynchronous_codec/codec/bytes.rs.html#35-38">source</a><a href="#method.encode" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Encoder.html#tymethod.encode" class="fn">encode</a>(
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.75.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.Decoder.html#associatedtype.Item" title="type asynchronous_codec::Decoder::Item">Item</a>&gt;, Self::<a class="associatedtype" href="trait.Decoder.html#associatedtype.Error" title="type asynchronous_codec::Decoder::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Called when the input stream reaches EOF, signaling a last attempt to decode <a href="trait.Decoder.html#method.decode_eof">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Encoder-for-BytesCodec" class="impl"><a class="src rightside" href="../src/asynchronous_codec/codec/bytes.rs.html#31-39">source</a><a href="#impl-Encoder-for-BytesCodec" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Encoder.html" title="trait asynchronous_codec::Encoder">Encoder</a> for <a class="struct" href="struct.BytesCodec.html" title="struct asynchronous_codec::BytesCodec">BytesCodec</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Item-1" class="associatedtype trait-impl"><a href="#associatedtype.Item-1" class="anchor">§</a><h4 class="code-header">type <a href="trait.Encoder.html#associatedtype.Item" class="associatedtype">Item</a> = <a class="struct" href="struct.Bytes.html" title="struct asynchronous_codec::Bytes">Bytes</a></h4></section></summary><div class='docblock'>The type of items consumed by <code>encode</code></div></details><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="trait.Encoder.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="struct" href="https://doc.rust-lang.org/1.75.0/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a></h4></section></summary><div class='docblock'>The type of encoding errors.</div></details><details class="toggle method-toggle" open><summary><section id="method.encode" class="method trait-impl"><a class="src rightside" href="../src/asynchronous_codec/codec/bytes.rs.html#35-38">source</a><a href="#method.encode" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Encoder.html#tymethod.encode" class="fn">encode</a>(
&amp;mut self,
src: Self::<a class="associatedtype" href="trait.Encoder.html#associatedtype.Item" title="type asynchronous_codec::Encoder::Item">Item</a>,
dst: &amp;mut <a class="struct" href="struct.BytesMut.html" title="struct asynchronous_codec::BytesMut">BytesMut</a>
Expand Down
Loading

0 comments on commit 4760162

Please sign in to comment.