Skip to content

Commit

Permalink
Deploying to gh-pages from @ 06c1a59 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Oct 21, 2024
1 parent 380220e commit 9c45778
Show file tree
Hide file tree
Showing 41 changed files with 100 additions and 100 deletions.
6 changes: 3 additions & 3 deletions massa_api/struct.API.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
storage: <a class="struct" href="../massa_storage/struct.Storage.html" title="struct massa_storage::Storage">Storage</a>,
mip_store: <a class="struct" href="../massa_versioning/versioning/struct.MipStore.html" title="struct massa_versioning::versioning::MipStore">MipStore</a>,
) -&gt; Self</h4></section></summary><div class="docblock"><p>generate a new public API</p>
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-ApiServer-for-API%3CApiV2%3E" class="impl"><a class="src rightside" href="../src/massa_api/api.rs.html#50-58">source</a><a href="#impl-ApiServer-for-API%3CApiV2%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ApiServer.html" title="trait massa_api::ApiServer">ApiServer</a> for <a class="struct" href="struct.API.html" title="struct massa_api::API">API</a>&lt;<a class="struct" href="struct.ApiV2.html" title="struct massa_api::ApiV2">ApiV2</a>&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.serve-2" class="method trait-impl"><a class="src rightside" href="../src/massa_api/api.rs.html#51-57">source</a><a href="#method.serve-2" class="anchor">§</a><h4 class="code-header">fn <a href="trait.ApiServer.html#tymethod.serve" class="fn">serve</a>&lt;'life0, 'life1, 'async_trait&gt;(
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-ApiServer-for-API%3CApiV2%3E" class="impl"><a class="src rightside" href="../src/massa_api/api.rs.html#50-58">source</a><a href="#impl-ApiServer-for-API%3CApiV2%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ApiServer.html" title="trait massa_api::ApiServer">ApiServer</a> for <a class="struct" href="struct.API.html" title="struct massa_api::API">API</a>&lt;<a class="struct" href="struct.ApiV2.html" title="struct massa_api::ApiV2">ApiV2</a>&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.serve-1" class="method trait-impl"><a class="src rightside" href="../src/massa_api/api.rs.html#51-57">source</a><a href="#method.serve-1" class="anchor">§</a><h4 class="code-header">fn <a href="trait.ApiServer.html#tymethod.serve" class="fn">serve</a>&lt;'life0, 'life1, 'async_trait&gt;(
self,
url: &amp;'life0 <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/net/socket_addr/enum.SocketAddr.html" title="enum core::net::socket_addr::SocketAddr">SocketAddr</a>,
api_config: &amp;'life1 <a class="struct" href="../massa_api_exports/config/struct.APIConfig.html" title="struct massa_api_exports::config::APIConfig">APIConfig</a>,
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.81.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.81.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.81.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.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="struct.StopHandle.html" title="struct massa_api::StopHandle">StopHandle</a>, JsonRpseeError&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<div class="where">where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,</div></h4></section></summary><div class='docblock'>Start the API</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcServer-for-API%3CPrivate%3E" class="impl"><a class="src rightside" href="../src/massa_api/private.rs.html#65-73">source</a><a href="#impl-RpcServer-for-API%3CPrivate%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.RpcServer.html" title="trait massa_api::RpcServer">RpcServer</a> for <a class="struct" href="struct.API.html" title="struct massa_api::API">API</a>&lt;<a class="struct" href="struct.Private.html" title="struct massa_api::Private">Private</a>&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.serve-1" class="method trait-impl"><a class="src rightside" href="../src/massa_api/private.rs.html#66-72">source</a><a href="#method.serve-1" class="anchor">§</a><h4 class="code-header">fn <a href="trait.RpcServer.html#tymethod.serve" class="fn">serve</a>&lt;'life0, 'life1, 'async_trait&gt;(
'life1: 'async_trait,</div></h4></section></summary><div class='docblock'>Start the API</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcServer-for-API%3CPrivate%3E" class="impl"><a class="src rightside" href="../src/massa_api/private.rs.html#65-73">source</a><a href="#impl-RpcServer-for-API%3CPrivate%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.RpcServer.html" title="trait massa_api::RpcServer">RpcServer</a> for <a class="struct" href="struct.API.html" title="struct massa_api::API">API</a>&lt;<a class="struct" href="struct.Private.html" title="struct massa_api::Private">Private</a>&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.serve" class="method trait-impl"><a class="src rightside" href="../src/massa_api/private.rs.html#66-72">source</a><a href="#method.serve" class="anchor">§</a><h4 class="code-header">fn <a href="trait.RpcServer.html#tymethod.serve" class="fn">serve</a>&lt;'life0, 'life1, 'async_trait&gt;(
self,
url: &amp;'life0 <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/net/socket_addr/enum.SocketAddr.html" title="enum core::net::socket_addr::SocketAddr">SocketAddr</a>,
settings: &amp;'life1 <a class="struct" href="../massa_api_exports/config/struct.APIConfig.html" title="struct massa_api_exports::config::APIConfig">APIConfig</a>,
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.81.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.81.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.81.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.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="struct.StopHandle.html" title="struct massa_api::StopHandle">StopHandle</a>, JsonRpseeError&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<div class="where">where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,</div></h4></section></summary><div class='docblock'>Start the API</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcServer-for-API%3CPublic%3E" class="impl"><a class="src rightside" href="../src/massa_api/public.rs.html#100-108">source</a><a href="#impl-RpcServer-for-API%3CPublic%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.RpcServer.html" title="trait massa_api::RpcServer">RpcServer</a> for <a class="struct" href="struct.API.html" title="struct massa_api::API">API</a>&lt;<a class="struct" href="struct.Public.html" title="struct massa_api::Public">Public</a>&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.serve" class="method trait-impl"><a class="src rightside" href="../src/massa_api/public.rs.html#101-107">source</a><a href="#method.serve" class="anchor">§</a><h4 class="code-header">fn <a href="trait.RpcServer.html#tymethod.serve" class="fn">serve</a>&lt;'life0, 'life1, 'async_trait&gt;(
'life1: 'async_trait,</div></h4></section></summary><div class='docblock'>Start the API</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcServer-for-API%3CPublic%3E" class="impl"><a class="src rightside" href="../src/massa_api/public.rs.html#100-108">source</a><a href="#impl-RpcServer-for-API%3CPublic%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.RpcServer.html" title="trait massa_api::RpcServer">RpcServer</a> for <a class="struct" href="struct.API.html" title="struct massa_api::API">API</a>&lt;<a class="struct" href="struct.Public.html" title="struct massa_api::Public">Public</a>&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.serve-2" class="method trait-impl"><a class="src rightside" href="../src/massa_api/public.rs.html#101-107">source</a><a href="#method.serve-2" class="anchor">§</a><h4 class="code-header">fn <a href="trait.RpcServer.html#tymethod.serve" class="fn">serve</a>&lt;'life0, 'life1, 'async_trait&gt;(
self,
url: &amp;'life0 <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/net/socket_addr/enum.SocketAddr.html" title="enum core::net::socket_addr::SocketAddr">SocketAddr</a>,
api_config: &amp;'life1 <a class="struct" href="../massa_api_exports/config/struct.APIConfig.html" title="struct massa_api_exports::config::APIConfig">APIConfig</a>,
Expand Down
Loading

0 comments on commit 9c45778

Please sign in to comment.