Skip to content

Commit

Permalink
deploy: 7950ec4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Apr 19, 2024
1 parent 66700cd commit a47d1b9
Show file tree
Hide file tree
Showing 68 changed files with 205 additions and 205 deletions.
2 changes: 1 addition & 1 deletion hotshot_query_service/availability/enum.BlockId.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions hotshot_query_service/availability/enum.Error.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hotshot_query_service/availability/enum.LeafId.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions hotshot_query_service/availability/struct.BlockQueryData.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions hotshot_query_service/availability/struct.LeafQueryData.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions hotshot_query_service/availability/struct.PayloadQueryData.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.77.2/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.77.2/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="enum" href="https://doc.rust-lang.org/1.77.2/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.77.2/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.u64.html">u64</a>&gt;, Self::<a class="associatedtype" href="../pruning/trait.PrunedHeightStorage.html#associatedtype.Error" title="type hotshot_query_service::data_source::storage::pruning::PrunedHeightStorage::Error">Error</a>&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait,
'life0: 'async_trait,</div></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PrunedHeightStorage-for-FileSystemStorage%3CTypes%3E" class="impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#78-83">source</a><a href="#impl-PrunedHeightStorage-for-FileSystemStorage%3CTypes%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types: NodeType&gt; <a class="trait" href="../pruning/trait.PrunedHeightStorage.html" title="trait hotshot_query_service::data_source::storage::pruning::PrunedHeightStorage">PrunedHeightStorage</a> for <a class="struct" href="struct.FileSystemStorage.html" title="struct hotshot_query_service::data_source::storage::fs::FileSystemStorage">FileSystemStorage</a>&lt;Types&gt;<div class="where">where
<a class="type" href="../../../type.Payload.html" title="type hotshot_query_service::Payload">Payload</a>&lt;Types&gt;: <a class="trait" href="../../../availability/trait.QueryablePayload.html" title="trait hotshot_query_service::availability::QueryablePayload">QueryablePayload</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="../pruning/trait.PrunedHeightStorage.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.77.2/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section><section id="method.save_pruned_height" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/pruning.rs.html#41-43">source</a><a href="#method.save_pruned_height" class="anchor">§</a><h4 class="code-header">fn <a href="../pruning/trait.PrunedHeightStorage.html#method.save_pruned_height" class="fn">save_pruned_height</a>&lt;'life0, 'async_trait&gt;(
<a class="type" href="../../../type.Payload.html" title="type hotshot_query_service::Payload">Payload</a>&lt;Types&gt;: <a class="trait" href="../../../availability/trait.QueryablePayload.html" title="trait hotshot_query_service::availability::QueryablePayload">QueryablePayload</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="../pruning/trait.PrunedHeightStorage.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.77.2/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section><section id="method.save_pruned_height" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/pruning.rs.html#41-43">source</a><a href="#method.save_pruned_height" class="anchor">§</a><h4 class="code-header">fn <a href="../pruning/trait.PrunedHeightStorage.html#method.save_pruned_height" class="fn">save_pruned_height</a>&lt;'life0, 'async_trait&gt;(
&amp;'life0 mut self,
_height: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.u64.html">u64</a>
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.77.2/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.77.2/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="enum" href="https://doc.rust-lang.org/1.77.2/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.unit.html">()</a>, Self::<a class="associatedtype" href="../pruning/trait.PrunedHeightStorage.html#associatedtype.Error" title="type hotshot_query_service::data_source::storage::pruning::PrunedHeightStorage::Error">Error</a>&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<div class="where">where
Expand All @@ -141,7 +141,7 @@
'life0: 'async_trait,</div></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PrunerConfig-for-FileSystemStorage%3CTypes%3E" class="impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#74-77">source</a><a href="#impl-PrunerConfig-for-FileSystemStorage%3CTypes%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types: NodeType&gt; <a class="trait" href="../pruning/trait.PrunerConfig.html" title="trait hotshot_query_service::data_source::storage::pruning::PrunerConfig">PrunerConfig</a> for <a class="struct" href="struct.FileSystemStorage.html" title="struct hotshot_query_service::data_source::storage::fs::FileSystemStorage">FileSystemStorage</a>&lt;Types&gt;<div class="where">where
<a class="type" href="../../../type.Payload.html" title="type hotshot_query_service::Payload">Payload</a>&lt;Types&gt;: <a class="trait" href="../../../availability/trait.QueryablePayload.html" title="trait hotshot_query_service::availability::QueryablePayload">QueryablePayload</a>,</div></h3></section></summary><div class="impl-items"><section id="method.set_pruning_config" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/pruning.rs.html#50">source</a><a href="#method.set_pruning_config" class="anchor">§</a><h4 class="code-header">fn <a href="../pruning/trait.PrunerConfig.html#method.set_pruning_config" class="fn">set_pruning_config</a>(&amp;mut self, _cfg: <a class="struct" href="../pruning/struct.PrunerCfg.html" title="struct hotshot_query_service::data_source::storage::pruning::PrunerCfg">PrunerCfg</a>)</h4></section><section id="method.get_pruning_config" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/pruning.rs.html#51-53">source</a><a href="#method.get_pruning_config" class="anchor">§</a><h4 class="code-header">fn <a href="../pruning/trait.PrunerConfig.html#method.get_pruning_config" class="fn">get_pruning_config</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.77.2/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../pruning/struct.PrunerCfg.html" title="struct hotshot_query_service::data_source::storage::pruning::PrunerCfg">PrunerCfg</a>&gt;</h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-UpdateAvailabilityData%3CTypes%3E-for-FileSystemStorage%3CTypes%3E" class="impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#402-459">source</a><a href="#impl-UpdateAvailabilityData%3CTypes%3E-for-FileSystemStorage%3CTypes%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types: NodeType&gt; <a class="trait" href="../../../availability/trait.UpdateAvailabilityData.html" title="trait hotshot_query_service::availability::UpdateAvailabilityData">UpdateAvailabilityData</a>&lt;Types&gt; for <a class="struct" href="struct.FileSystemStorage.html" title="struct hotshot_query_service::data_source::storage::fs::FileSystemStorage">FileSystemStorage</a>&lt;Types&gt;<div class="where">where
<a class="type" href="../../../type.Payload.html" title="type hotshot_query_service::Payload">Payload</a>&lt;Types&gt;: <a class="trait" href="../../../availability/trait.QueryablePayload.html" title="trait hotshot_query_service::availability::QueryablePayload">QueryablePayload</a>,
<a class="type" href="../../../type.Header.html" title="type hotshot_query_service::Header">Header</a>&lt;Types&gt;: <a class="trait" href="../../../availability/trait.QueryableHeader.html" title="trait hotshot_query_service::availability::QueryableHeader">QueryableHeader</a>&lt;Types&gt;,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="../../../availability/trait.UpdateAvailabilityData.html#associatedtype.Error" class="associatedtype">Error</a> = PersistenceError</h4></section><section id="method.insert_leaf" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#409-428">source</a><a href="#method.insert_leaf" class="anchor">§</a><h4 class="code-header">fn <a href="../../../availability/trait.UpdateAvailabilityData.html#tymethod.insert_leaf" class="fn">insert_leaf</a>&lt;'life0, 'async_trait&gt;(
<a class="type" href="../../../type.Header.html" title="type hotshot_query_service::Header">Header</a>&lt;Types&gt;: <a class="trait" href="../../../availability/trait.QueryableHeader.html" title="trait hotshot_query_service::availability::QueryableHeader">QueryableHeader</a>&lt;Types&gt;,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="../../../availability/trait.UpdateAvailabilityData.html#associatedtype.Error" class="associatedtype">Error</a> = PersistenceError</h4></section><section id="method.insert_leaf" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#409-428">source</a><a href="#method.insert_leaf" class="anchor">§</a><h4 class="code-header">fn <a href="../../../availability/trait.UpdateAvailabilityData.html#tymethod.insert_leaf" class="fn">insert_leaf</a>&lt;'life0, 'async_trait&gt;(
&amp;'life0 mut self,
leaf: <a class="struct" href="../../../availability/struct.LeafQueryData.html" title="struct hotshot_query_service::availability::LeafQueryData">LeafQueryData</a>&lt;Types&gt;
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.77.2/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.77.2/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="enum" href="https://doc.rust-lang.org/1.77.2/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.unit.html">()</a>, Self::<a class="associatedtype" href="../../../availability/trait.UpdateAvailabilityData.html#associatedtype.Error" title="type hotshot_query_service::availability::UpdateAvailabilityData::Error">Error</a>&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<div class="where">where
Expand Down
Loading

0 comments on commit a47d1b9

Please sign in to comment.