Skip to content

Commit

Permalink
cargo docs for 79fb519
Browse files Browse the repository at this point in the history
  • Loading branch information
prisma-bot committed Dec 5, 2023
1 parent 7704275 commit f68f6fd
Show file tree
Hide file tree
Showing 353 changed files with 2,275 additions and 2,275 deletions.
4 changes: 2 additions & 2 deletions doc/asynchronous_codec/struct.LengthCodec.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ <h2 id="example"><a href="#example">Example</a></h2>
}
}
}</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-LengthCodec" class="impl"><a class="srclink rightside" href="../src/asynchronous_codec/codec/length.rs.html#61-82">source</a><a href="#impl-Decoder-for-LengthCodec" 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.LengthCodec.html" title="struct asynchronous_codec::LengthCodec">LengthCodec</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.72.1/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="srclink rightside" href="../src/asynchronous_codec/codec/length.rs.html#65-81">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-LengthCodec" class="impl"><a class="srclink rightside" href="../src/asynchronous_codec/codec/length.rs.html#61-82">source</a><a href="#impl-Decoder-for-LengthCodec" 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.LengthCodec.html" title="struct asynchronous_codec::LengthCodec">LengthCodec</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.72.1/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="srclink rightside" href="../src/asynchronous_codec/codec/length.rs.html#65-81">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.72.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.72.1/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="srclink 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.72.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.72.1/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-LengthCodec" class="impl"><a class="srclink rightside" href="../src/asynchronous_codec/codec/length.rs.html#49-59">source</a><a href="#impl-Encoder-for-LengthCodec" 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.LengthCodec.html" title="struct asynchronous_codec::LengthCodec">LengthCodec</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.72.1/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="srclink rightside" href="../src/asynchronous_codec/codec/length.rs.html#53-58">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.72.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.72.1/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-LengthCodec" class="impl"><a class="srclink rightside" href="../src/asynchronous_codec/codec/length.rs.html#49-59">source</a><a href="#impl-Encoder-for-LengthCodec" 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.LengthCodec.html" title="struct asynchronous_codec::LengthCodec">LengthCodec</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.72.1/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="srclink rightside" href="../src/asynchronous_codec/codec/length.rs.html#53-58">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 f68f6fd

Please sign in to comment.