Skip to content

Commit

Permalink
deploy: 1a16a5d
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Jan 24, 2024
1 parent 4a9f5d3 commit e97ce4d
Show file tree
Hide file tree
Showing 68 changed files with 1,255 additions and 183 deletions.
2 changes: 1 addition & 1 deletion hotshot_query_service/all.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<span class="where">where
R: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/ops/range/trait.RangeBounds.html" title="trait core::ops::range::RangeBounds">RangeBounds</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.usize.html">usize</a>&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></span></h4></section><section id="associatedtype.PayloadRange-1" class="associatedtype trait-impl"><a href="#associatedtype.PayloadRange-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.PayloadRange" class="associatedtype">PayloadRange</a>&lt;R&gt; = &lt;D as <a class="trait" href="trait.AvailabilityDataSource.html" title="trait hotshot_query_service::availability::AvailabilityDataSource">AvailabilityDataSource</a>&lt;Types&gt;&gt;::<a class="associatedtype" href="trait.AvailabilityDataSource.html#associatedtype.PayloadRange" title="type hotshot_query_service::availability::AvailabilityDataSource::PayloadRange">PayloadRange</a>&lt;R&gt;
<span class="where">where
R: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/ops/range/trait.RangeBounds.html" title="trait core::ops::range::RangeBounds">RangeBounds</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.usize.html">usize</a>&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></span></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AvailabilityDataSource%3CTypes%3E-for-FetchingDataSource%3CTypes,+S,+P%3E" class="impl"><a class="src rightside" href="../../src/hotshot_query_service/data_source/fetching.rs.html#202-267">source</a><a href="#impl-AvailabilityDataSource%3CTypes%3E-for-FetchingDataSource%3CTypes,+S,+P%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types, S, P&gt; <a class="trait" href="trait.AvailabilityDataSource.html" title="trait hotshot_query_service::availability::AvailabilityDataSource">AvailabilityDataSource</a>&lt;Types&gt; for <a class="struct" href="../data_source/struct.FetchingDataSource.html" title="struct hotshot_query_service::data_source::FetchingDataSource">FetchingDataSource</a>&lt;Types, S, P&gt;<span class="where fmt-newline">where
R: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/ops/range/trait.RangeBounds.html" title="trait core::ops::range::RangeBounds">RangeBounds</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.usize.html">usize</a>&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></span></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AvailabilityDataSource%3CTypes%3E-for-FetchingDataSource%3CTypes,+S,+P%3E" class="impl"><a class="src rightside" href="../../src/hotshot_query_service/data_source/fetching.rs.html#211-276">source</a><a href="#impl-AvailabilityDataSource%3CTypes%3E-for-FetchingDataSource%3CTypes,+S,+P%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types, S, P&gt; <a class="trait" href="trait.AvailabilityDataSource.html" title="trait hotshot_query_service::availability::AvailabilityDataSource">AvailabilityDataSource</a>&lt;Types&gt; for <a class="struct" href="../data_source/struct.FetchingDataSource.html" title="struct hotshot_query_service::data_source::FetchingDataSource">FetchingDataSource</a>&lt;Types, S, P&gt;<span class="where fmt-newline">where
Types: NodeType,
<a class="type" href="../type.Payload.html" title="type hotshot_query_service::Payload">Payload</a>&lt;Types&gt;: <a class="trait" href="trait.QueryablePayload.html" title="trait hotshot_query_service::availability::QueryablePayload">QueryablePayload</a>,
S: <a class="trait" href="../data_source/storage/trait.AvailabilityStorage.html" title="trait hotshot_query_service::data_source::storage::AvailabilityStorage">AvailabilityStorage</a>&lt;Types&gt; + 'static,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
U: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
Types: NodeType,</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="#associatedtype.Error" class="associatedtype">Error</a> = &lt;D as <a class="trait" href="trait.UpdateAvailabilityData.html" title="trait hotshot_query_service::availability::UpdateAvailabilityData">UpdateAvailabilityData</a>&lt;Types&gt;&gt;::<a class="associatedtype" href="trait.UpdateAvailabilityData.html#associatedtype.Error" title="type hotshot_query_service::availability::UpdateAvailabilityData::Error">Error</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UpdateAvailabilityData%3CTypes%3E-for-SqlStorage" class="impl"><a class="src rightside" href="../../src/hotshot_query_service/data_source/storage/sql.rs.html#603-724">source</a><a href="#impl-UpdateAvailabilityData%3CTypes%3E-for-SqlStorage" class="anchor">§</a><h3 class="code-header">impl&lt;Types&gt; <a class="trait" href="trait.UpdateAvailabilityData.html" title="trait hotshot_query_service::availability::UpdateAvailabilityData">UpdateAvailabilityData</a>&lt;Types&gt; for <a class="struct" href="../data_source/storage/sql/struct.SqlStorage.html" title="struct hotshot_query_service::data_source::storage::sql::SqlStorage">SqlStorage</a><span class="where fmt-newline">where
Types: NodeType,
<a class="type" href="../type.Payload.html" title="type hotshot_query_service::Payload">Payload</a>&lt;Types&gt;: <a class="trait" href="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="#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="../enum.QueryError.html" title="enum hotshot_query_service::QueryError">QueryError</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UpdateAvailabilityData%3CTypes%3E-for-FetchingDataSource%3CTypes,+S,+P%3E" class="impl"><a class="src rightside" href="../../src/hotshot_query_service/data_source/fetching.rs.html#270-286">source</a><a href="#impl-UpdateAvailabilityData%3CTypes%3E-for-FetchingDataSource%3CTypes,+S,+P%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types, S, P&gt; <a class="trait" href="trait.UpdateAvailabilityData.html" title="trait hotshot_query_service::availability::UpdateAvailabilityData">UpdateAvailabilityData</a>&lt;Types&gt; for <a class="struct" href="../data_source/struct.FetchingDataSource.html" title="struct hotshot_query_service::data_source::FetchingDataSource">FetchingDataSource</a>&lt;Types, S, P&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="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="#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="../enum.QueryError.html" title="enum hotshot_query_service::QueryError">QueryError</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UpdateAvailabilityData%3CTypes%3E-for-FetchingDataSource%3CTypes,+S,+P%3E" class="impl"><a class="src rightside" href="../../src/hotshot_query_service/data_source/fetching.rs.html#279-295">source</a><a href="#impl-UpdateAvailabilityData%3CTypes%3E-for-FetchingDataSource%3CTypes,+S,+P%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types, S, P&gt; <a class="trait" href="trait.UpdateAvailabilityData.html" title="trait hotshot_query_service::availability::UpdateAvailabilityData">UpdateAvailabilityData</a>&lt;Types&gt; for <a class="struct" href="../data_source/struct.FetchingDataSource.html" title="struct hotshot_query_service::data_source::FetchingDataSource">FetchingDataSource</a>&lt;Types, S, P&gt;<span class="where fmt-newline">where
Types: NodeType,
<a class="type" href="../type.Payload.html" title="type hotshot_query_service::Payload">Payload</a>&lt;Types&gt;: <a class="trait" href="trait.QueryablePayload.html" title="trait hotshot_query_service::availability::QueryablePayload">QueryablePayload</a>,
S: <a class="trait" href="trait.UpdateAvailabilityData.html" title="trait hotshot_query_service::availability::UpdateAvailabilityData">UpdateAvailabilityData</a>&lt;Types&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> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,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#420-433">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#426-432">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-2" class="associatedtype trait-impl"><a href="#associatedtype.Error-2" 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#426-432">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;(
&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#181-200">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#187-194">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-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" 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#187-194">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 e97ce4d

Please sign in to comment.