Skip to content

Commit

Permalink
deploy: b75a489
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Jan 12, 2024
1 parent 2f47d11 commit 52fa421
Show file tree
Hide file tree
Showing 32 changed files with 51 additions and 51 deletions.
8 changes: 4 additions & 4 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.ResourceId.html

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 @@ -78,7 +78,7 @@
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,</span></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#298-328">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;<span class="where fmt-newline">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>,</span></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#304-314">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.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>,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a href="#associatedtype.Error-2" 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-1" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#304-314">source</a><a href="#method.insert_leaf-1" 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.75.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.75.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.75.0/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.75.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/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.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<span class="where fmt-newline">where
Expand All @@ -89,13 +89,13 @@
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.75.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.75.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.75.0/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.75.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/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.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<span class="where fmt-newline">where
Self: 'async_trait,
'life0: 'async_trait,</span></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-UpdateNodeData%3CTypes%3E-for-FileSystemStorage%3CTypes%3E" class="impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#387-400">source</a><a href="#impl-UpdateNodeData%3CTypes%3E-for-FileSystemStorage%3CTypes%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types: NodeType&gt; <a class="trait" href="../../../node/trait.UpdateNodeData.html" title="trait hotshot_query_service::node::UpdateNodeData">UpdateNodeData</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;<span class="where fmt-newline">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>,</span></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="../../../node/trait.UpdateNodeData.html#associatedtype.Error" class="associatedtype">Error</a> = PersistenceError</h4></section><section id="method.insert_leaf-1" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#393-399">source</a><a href="#method.insert_leaf-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../../node/trait.UpdateNodeData.html#tymethod.insert_leaf" class="fn">insert_leaf</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>,</span></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="../../../node/trait.UpdateNodeData.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#393-399">source</a><a href="#method.insert_leaf" class="anchor">§</a><h4 class="code-header">fn <a href="../../../node/trait.UpdateNodeData.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.75.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.75.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.75.0/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.75.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.unit.html">()</a>, Self::<a class="associatedtype" href="../../../node/trait.UpdateNodeData.html#associatedtype.Error" title="type hotshot_query_service::node::UpdateNodeData::Error">Error</a>&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<span class="where fmt-newline">where
Self: 'async_trait,
'life0: 'async_trait,</span></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-VersionedDataSource-for-FileSystemStorage%3CTypes%3E" class="impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#172-191">source</a><a href="#impl-VersionedDataSource-for-FileSystemStorage%3CTypes%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types: NodeType&gt; <a class="trait" href="../../trait.VersionedDataSource.html" title="trait hotshot_query_service::data_source::VersionedDataSource">VersionedDataSource</a> for <a class="struct" href="struct.FileSystemStorage.html" title="struct hotshot_query_service::data_source::storage::fs::FileSystemStorage">FileSystemStorage</a>&lt;Types&gt;<span class="where fmt-newline">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>,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a href="#associatedtype.Error-2" class="anchor">§</a><h4 class="code-header">type <a href="../../trait.VersionedDataSource.html#associatedtype.Error" class="associatedtype">Error</a> = PersistenceError</h4></section><details class="toggle method-toggle" open><summary><section id="method.commit" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#178-185">source</a><a href="#method.commit" class="anchor">§</a><h4 class="code-header">fn <a href="../../trait.VersionedDataSource.html#tymethod.commit" class="fn">commit</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>,</span></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="../../trait.VersionedDataSource.html#associatedtype.Error" class="associatedtype">Error</a> = PersistenceError</h4></section><details class="toggle method-toggle" open><summary><section id="method.commit" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/fs.rs.html#178-185">source</a><a href="#method.commit" class="anchor">§</a><h4 class="code-header">fn <a href="../../trait.VersionedDataSource.html#tymethod.commit" class="fn">commit</a>&lt;'life0, 'async_trait&gt;(
&amp;'life0 mut self
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.75.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.75.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.75.0/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.75.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.unit.html">()</a>, PersistenceError&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<span class="where fmt-newline">where
Self: 'async_trait,
Expand Down
Loading

0 comments on commit 52fa421

Please sign in to comment.