Skip to content

Commit

Permalink
Deploying to gh-pages from @ 62bcb45 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Oct 12, 2023
1 parent 09e55c9 commit 948d4c3
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions cmd/options/struct.MixOptions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cmd/standalone/struct.StandaloneOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common_error/ext/trait.StackError.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
fn <a href="#method.last" class="fn">last</a>(&amp;self) -&gt; &amp;dyn <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a>
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a></span> { ... }
}</code></pre><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.debug_fmt" class="method"><a class="src rightside" href="../../src/common_error/ext.rs.html#58">source</a><h4 class="code-header">fn <a href="#tymethod.debug_fmt" class="fn">debug_fmt</a>(&amp;self, layer: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, buf: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;)</h4></section><section id="tymethod.next" class="method"><a class="src rightside" href="../../src/common_error/ext.rs.html#60">source</a><h4 class="code-header">fn <a href="#tymethod.next" class="fn">next</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;dyn <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a>&gt;</h4></section></div><h2 id="provided-methods" class="small-section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><section id="method.last" class="method"><a class="src rightside" href="../../src/common_error/ext.rs.html#62-73">source</a><h4 class="code-header">fn <a href="#method.last" class="fn">last</a>(&amp;self) -&gt; &amp;dyn <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a><span class="where fmt-newline">where
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h4></section></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-StackError-for-Arc%3CT%3E" class="impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#76-84">source</a><a href="#impl-StackError-for-Arc%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a>&gt; <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a> for <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><section id="method.debug_fmt" class="method trait-impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#77-79">source</a><a href="#method.debug_fmt" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.debug_fmt" class="fn">debug_fmt</a>(&amp;self, layer: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, buf: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;)</h4></section><section id="method.next" class="method trait-impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#81-83">source</a><a href="#method.next" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.next" class="fn">next</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;dyn <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a>&gt;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StackError-for-Box%3CT%3E" class="impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#86-94">source</a><a href="#impl-StackError-for-Box%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T: <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a>&gt; <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a> for <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><section id="method.debug_fmt-1" class="method trait-impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#87-89">source</a><a href="#method.debug_fmt-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.debug_fmt" class="fn">debug_fmt</a>(&amp;self, layer: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, buf: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;)</h4></section><section id="method.next-1" class="method trait-impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#91-93">source</a><a href="#method.next-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.next" class="fn">next</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;dyn <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a>&gt;</h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-StackError-for-MockError" class="impl"><a class="src rightside" href="../../src/common_error/mock.rs.html#73-79">source</a><a href="#impl-StackError-for-MockError" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a> for <a class="struct" href="../mock/struct.MockError.html" title="struct common_error::mock::MockError">MockError</a></h3></section><section id="impl-StackError-for-BoxedError" class="impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#151-159">source</a><a href="#impl-StackError-for-BoxedError" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a> for <a class="struct" href="struct.BoxedError.html" title="struct common_error::ext::BoxedError">BoxedError</a></h3></section><section id="impl-StackError-for-PlainError" class="impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#200-208">source</a><a href="#impl-StackError-for-PlainError" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a> for <a class="struct" href="struct.PlainError.html" title="struct common_error::ext::PlainError">PlainError</a></h3></section></div><script src="../../implementors/common_error/ext/trait.StackError.js" data-ignore-extern-crates="alloc" async></script></section></div></main></body></html>
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h4></section></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-StackError-for-Box%3CT%3E" class="impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#86-94">source</a><a href="#impl-StackError-for-Box%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T: <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a>&gt; <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a> for <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><section id="method.debug_fmt" class="method trait-impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#87-89">source</a><a href="#method.debug_fmt" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.debug_fmt" class="fn">debug_fmt</a>(&amp;self, layer: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, buf: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;)</h4></section><section id="method.next" class="method trait-impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#91-93">source</a><a href="#method.next" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.next" class="fn">next</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;dyn <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a>&gt;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StackError-for-Arc%3CT%3E" class="impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#76-84">source</a><a href="#impl-StackError-for-Arc%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a>&gt; <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a> for <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><section id="method.debug_fmt-1" class="method trait-impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#77-79">source</a><a href="#method.debug_fmt-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.debug_fmt" class="fn">debug_fmt</a>(&amp;self, layer: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, buf: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;)</h4></section><section id="method.next-1" class="method trait-impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#81-83">source</a><a href="#method.next-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.next" class="fn">next</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;dyn <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a>&gt;</h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-StackError-for-MockError" class="impl"><a class="src rightside" href="../../src/common_error/mock.rs.html#73-79">source</a><a href="#impl-StackError-for-MockError" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a> for <a class="struct" href="../mock/struct.MockError.html" title="struct common_error::mock::MockError">MockError</a></h3></section><section id="impl-StackError-for-BoxedError" class="impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#151-159">source</a><a href="#impl-StackError-for-BoxedError" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a> for <a class="struct" href="struct.BoxedError.html" title="struct common_error::ext::BoxedError">BoxedError</a></h3></section><section id="impl-StackError-for-PlainError" class="impl"><a class="src rightside" href="../../src/common_error/ext.rs.html#200-208">source</a><a href="#impl-StackError-for-PlainError" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.StackError.html" title="trait common_error::ext::StackError">StackError</a> for <a class="struct" href="struct.PlainError.html" title="struct common_error::ext::PlainError">PlainError</a></h3></section></div><script src="../../implementors/common_error/ext/trait.StackError.js" data-ignore-extern-crates="alloc" async></script></section></div></main></body></html>
Loading

0 comments on commit 948d4c3

Please sign in to comment.