Skip to content

Commit

Permalink
Deploy rust API reference Merge pull request #1564 from oasisprotocol…
Browse files Browse the repository at this point in the history
…/ptrus/feature/round-roots

runtime/consensus: Add support for querying round roots aa11ed5
  • Loading branch information
github-actions[bot] committed Nov 23, 2023
1 parent 1e30449 commit b5a9582
Show file tree
Hide file tree
Showing 50 changed files with 340 additions and 92 deletions.
2 changes: 1 addition & 1 deletion rust/implementors/core/clone/trait.Clone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/cmp/trait.Eq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/cmp/trait.PartialEq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/convert/trait.From.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/default/trait.Default.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/error/trait.Error.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/fmt/trait.Debug.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/fmt/trait.Display.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/marker/trait.Freeze.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/marker/trait.Send.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/marker/trait.StructuralEq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/marker/trait.StructuralPartialEq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/marker/trait.Sync.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/core/marker/trait.Unpin.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/oasis_cbor/decode/trait.Decode.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/oasis_cbor/encode/trait.Encode.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/implementors/oasis_cbor/encode/trait.EncodeAsMap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/oasis_runtime_sdk/all.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/oasis_runtime_sdk/error/struct.RuntimeError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/oasis_runtime_sdk/error/trait.Error.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
</div></details><details class="toggle method-toggle" open><summary><section id="method.into_abort" class="method"><a class="src rightside" href="../../src/oasis_runtime_sdk/error.rs.html#53-58">source</a><h4 class="code-header">fn <a href="#method.into_abort" class="fn">into_abort</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="../dispatcher/enum.Error.html" title="enum oasis_runtime_sdk::dispatcher::Error">Error</a>, Self&gt;<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></summary><div class="docblock"><p>Consumes self and returns either <code>Ok(err)</code> (where <code>err</code> is a dispatcher error) when batch
should abort or <code>Err(self)</code> when this is just a regular error.</p>
</div></details></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-Error-for-Infallible" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/error.rs.html#61-69">source</a><a href="#impl-Error-for-Infallible" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h3></section></summary><div class="impl-items"><section id="method.module_name" class="method trait-impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/error.rs.html#62-64">source</a><a href="#method.module_name" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.module_name" class="fn">module_name</a>(&amp;self) -&gt; &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></h4></section><section id="method.code" class="method trait-impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/error.rs.html#66-68">source</a><a href="#method.code" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.code" class="fn">code</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></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-Error-for-Error" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/dispatcher.rs.html#51">source</a><a href="#impl-Error-for-Error" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::dispatcher::<a class="enum" href="../dispatcher/enum.Error.html" title="enum oasis_runtime_sdk::dispatcher::Error">Error</a></h3></section><section id="impl-Error-for-Error-1" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/history.rs.html#12">source</a><a href="#impl-Error-for-Error-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::history::<a class="enum" href="../history/enum.Error.html" title="enum oasis_runtime_sdk::history::Error">Error</a></h3></section><section id="impl-Error-for-Error-2" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/accounts/mod.rs.html#44">source</a><a href="#impl-Error-for-Error-2" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::modules::accounts::<a class="enum" href="../modules/accounts/enum.Error.html" title="enum oasis_runtime_sdk::modules::accounts::Error">Error</a></h3></section><section id="impl-Error-for-Error-3" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/consensus/mod.rs.html#103">source</a><a href="#impl-Error-for-Error-3" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::modules::consensus::<a class="enum" href="../modules/consensus/enum.Error.html" title="enum oasis_runtime_sdk::modules::consensus::Error">Error</a></h3></section><section id="impl-Error-for-Error-4" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/consensus_accounts/mod.rs.html#44">source</a><a href="#impl-Error-for-Error-4" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::modules::consensus_accounts::<a class="enum" href="../modules/consensus_accounts/enum.Error.html" title="enum oasis_runtime_sdk::modules::consensus_accounts::Error">Error</a></h3></section><section id="impl-Error-for-Error-5" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/core/mod.rs.html#44">source</a><a href="#impl-Error-for-Error-5" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::modules::core::<a class="enum" href="../modules/core/enum.Error.html" title="enum oasis_runtime_sdk::modules::core::Error">Error</a></h3></section><section id="impl-Error-for-Error-6" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/rewards/mod.rs.html#28">source</a><a href="#impl-Error-for-Error-6" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::modules::rewards::<a class="enum" href="../modules/rewards/enum.Error.html" title="enum oasis_runtime_sdk::modules::rewards::Error">Error</a></h3></section><section id="impl-Error-for-Error-7" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/schedule_control.rs.html#10">source</a><a href="#impl-Error-for-Error-7" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::schedule_control::<a class="enum" href="../schedule_control/enum.Error.html" title="enum oasis_runtime_sdk::schedule_control::Error">Error</a></h3></section><section id="impl-Error-for-TxSimulationFailure" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/core/mod.rs.html#185-193">source</a><a href="#impl-Error-for-TxSimulationFailure" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for <a class="struct" href="../modules/core/struct.TxSimulationFailure.html" title="struct oasis_runtime_sdk::modules::core::TxSimulationFailure">TxSimulationFailure</a></h3></section></div><script src="../../implementors/oasis_runtime_sdk/error/trait.Error.js" data-ignore-extern-crates="core" async></script></section></div></main></body></html>
</div></details></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-Error-for-Infallible" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/error.rs.html#61-69">source</a><a href="#impl-Error-for-Infallible" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h3></section></summary><div class="impl-items"><section id="method.module_name" class="method trait-impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/error.rs.html#62-64">source</a><a href="#method.module_name" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.module_name" class="fn">module_name</a>(&amp;self) -&gt; &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></h4></section><section id="method.code" class="method trait-impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/error.rs.html#66-68">source</a><a href="#method.code" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.code" class="fn">code</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></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-Error-for-Error" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/dispatcher.rs.html#51">source</a><a href="#impl-Error-for-Error" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::dispatcher::<a class="enum" href="../dispatcher/enum.Error.html" title="enum oasis_runtime_sdk::dispatcher::Error">Error</a></h3></section><section id="impl-Error-for-Error-1" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/history.rs.html#12">source</a><a href="#impl-Error-for-Error-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::history::<a class="enum" href="../history/enum.Error.html" title="enum oasis_runtime_sdk::history::Error">Error</a></h3></section><section id="impl-Error-for-Error-2" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/accounts/mod.rs.html#44">source</a><a href="#impl-Error-for-Error-2" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::modules::accounts::<a class="enum" href="../modules/accounts/enum.Error.html" title="enum oasis_runtime_sdk::modules::accounts::Error">Error</a></h3></section><section id="impl-Error-for-Error-3" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/consensus/mod.rs.html#120">source</a><a href="#impl-Error-for-Error-3" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::modules::consensus::<a class="enum" href="../modules/consensus/enum.Error.html" title="enum oasis_runtime_sdk::modules::consensus::Error">Error</a></h3></section><section id="impl-Error-for-Error-4" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/consensus_accounts/mod.rs.html#44">source</a><a href="#impl-Error-for-Error-4" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::modules::consensus_accounts::<a class="enum" href="../modules/consensus_accounts/enum.Error.html" title="enum oasis_runtime_sdk::modules::consensus_accounts::Error">Error</a></h3></section><section id="impl-Error-for-Error-5" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/core/mod.rs.html#44">source</a><a href="#impl-Error-for-Error-5" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::modules::core::<a class="enum" href="../modules/core/enum.Error.html" title="enum oasis_runtime_sdk::modules::core::Error">Error</a></h3></section><section id="impl-Error-for-Error-6" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/rewards/mod.rs.html#28">source</a><a href="#impl-Error-for-Error-6" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::modules::rewards::<a class="enum" href="../modules/rewards/enum.Error.html" title="enum oasis_runtime_sdk::modules::rewards::Error">Error</a></h3></section><section id="impl-Error-for-Error-7" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/schedule_control.rs.html#10">source</a><a href="#impl-Error-for-Error-7" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for oasis_runtime_sdk::schedule_control::<a class="enum" href="../schedule_control/enum.Error.html" title="enum oasis_runtime_sdk::schedule_control::Error">Error</a></h3></section><section id="impl-Error-for-TxSimulationFailure" class="impl"><a class="src rightside" href="../../src/oasis_runtime_sdk/modules/core/mod.rs.html#185-193">source</a><a href="#impl-Error-for-TxSimulationFailure" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Error.html" title="trait oasis_runtime_sdk::error::Error">Error</a> for <a class="struct" href="../modules/core/struct.TxSimulationFailure.html" title="struct oasis_runtime_sdk::modules::core::TxSimulationFailure">TxSimulationFailure</a></h3></section></div><script src="../../implementors/oasis_runtime_sdk/error/trait.Error.js" data-ignore-extern-crates="core" async></script></section></div></main></body></html>
Loading

0 comments on commit b5a9582

Please sign in to comment.