<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="API documentation for the Rust `ProtoBufMessage` struct in crate `actix_protobuf`."><metaname="keywords"content="rust, rustlang, rust-lang, ProtoBufMessage"><title>ProtoBufMessage in actix_protobuf - Rust</title><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceSerif4-Regular-1f7d512b176f0f72.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceSerif4-Bold-124a1ca42af929b6.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><linkrel="stylesheet"href="../static.files/normalize-76eba96aa4d2e634.css"><linkrel="stylesheet"href="../static.files/rustdoc-a67221f24dabeddb.css"id="mainThemeStyle"><linkrel="stylesheet"id="themeStyle"href="../static.files/light-4743e13df3dfe8c4.css"><linkrel="stylesheet"disabledhref="../static.files/dark-0e1b889528bd466b.css"><linkrel="stylesheet"disabledhref="../static.files/ayu-65289d5d067c7c66.css"><scriptid="default-settings"></script><scriptsrc="../static.files/storage-d43fa987303ecbbb.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../static.files/main-bc1b32400f872ddb.js"></script><noscript><linkrel="stylesheet"href="../static.files/noscript-13285aec31fa243e.css"></noscript><linkrel="alternate icon"type="image/png"href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><linkrel="alternate icon"type="image/png"href="../static.files/favicon-32x32-422f7d1d52889060.png"><linkrel="icon"type="image/svg+xml"href="../static.files/favicon-2c020d218678b618.svg"></head><bodyclass="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="mobile-topbar"><buttonclass="sidebar-menu-toggle">☰</button><aclass="logo-container"href="../actix_protobuf/index.html"><imgclass="rust-logo"src="../static.files/rust-logo-151179464ae7ed46.svg"alt="logo"></a><h2></h2></nav><navclass="sidebar"><aclass="logo-container"href="../actix_protobuf/index.html"><imgclass="rust-logo"src="../static.files/rust-logo-151179464ae7ed46.svg"alt="logo"></a><h2class="location"><ahref="#">ProtoBufMessage</a></h2><divclass="sidebar-elems"><section><h3><ahref="#implementations">Methods</a></h3><ulclass="block"><li><ahref="#method.limit">limit</a></li><li><ahref="#method.new">new</a></li></ul><h3><ahref="#trait-implementations">Trait Implementations</a></h3><ulclass="block"><li><ahref="#impl-Future-for-ProtoBufMessage%3CT%3E">Future</a></li></ul><h3><ahref="#synthetic-implementations">Auto Trait Implementations</a></h3><ulclass="block"><li><ahref="#impl-RefUnwindSafe-for-ProtoBufMessage%3CT%3E">!RefUnwindSafe</a></li><li><ahref="#impl-Send-for-ProtoBufMessage%3CT%3E">!Send</a></li><li><ahref="#impl-Sync-for-ProtoBufMessage%3CT%3E">!Sync</a></li><li><ahref="#impl-Unpin-for-ProtoBufMessage%3CT%3E">Unpin</a></li><li><ahref="#impl-UnwindSafe-for-ProtoBufMessage%3CT%3E">!UnwindSafe</a></li></ul><h3><ahref="#blanket-implementations">Blanket Implementations</a></h3><ulclass="block"><li><ahref="#impl-Any-for-ProtoBufMessage%3CT%3E">Any</a></li><li><ahref="#impl-Borrow%3CT%3E-for-ProtoBufMessage%3CT%3E">Borrow<T></a></li><li><ahref="#impl-BorrowMut%3CT%3E-for-ProtoBufMessage%3CT%3E">BorrowMut<T></a></li><li><ahref="#impl-From%3CT%3E-for-ProtoBufMessage%3CT%3E">From<T></a></li><li><ahref=
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.limit"class="method has-srclink"><aclass="srclink rightside"href="../src/actix_protobuf/lib.rs.html#206-209">source</a><h4class="code-header">pub fn <ahref="#method.limit"class="fn">limit</a>(self, limit: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> Self</h4></section></summary><divclass="docblock"><p>Change max size of payload. By default max size is 256Kb</p>
</div></details></div></details></div><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor">§</a></h2><divid="trait-implementations-list"><detailsclass="rustdoc-toggle implementors-toggle"open><summary><sectionid="impl-Future-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><aclass="srclink rightside"href="../src/actix_protobuf/lib.rs.html#212-255">source</a><ahref="#impl-Future-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T: <aclass="trait"href="https://docs.rs/prost/0.11.5/prost/message/trait.Message.html"title="trait prost::message::Message">Message</a> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html"title="trait core::default::Default">Default</a> + 'static><aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"title="trait core::future::future::Future">Future</a> for <aclass="struct"href="struct.ProtoBufMessage.html"title="struct actix_protobuf::ProtoBufMessage">ProtoBufMessage</a><T></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Output"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Output"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"class="associatedtype">Output</a> = <aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <aclass="enum"href="enum.ProtoBufPayloadError.html"title="enum actix_protobuf::ProtoBufPayloadError">ProtoBufPayloadError</a>></h4></section></summary><divclass='docblock'>The type of value produced on completion.</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.poll"class="method trait-impl has-srclink"><aclass="srclink rightside"href="../src/actix_protobuf/lib.rs.html#215-254">source</a><ahref="#method.poll"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#tymethod.poll"class="fn">poll</a>(self: <aclass="struct"href="https://doc.rust-lang.org/nightly/core/pin/struct.Pin.html"title="struct core::pin::Pin">Pin</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>Self>, task: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/task/wake/struct.Context.html"title="struct core::task::wake::Context">Context</a><'_>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/task/poll/enum.Poll.html"title="enum core::task::poll::Poll">Poll</a><Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>></h4></section></summary><divclass='docblock'>Attempt to resolve the future to a final value, registering
the current task for wakeup if the value is not yet available. <ahref="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#tymethod.poll">Read more</a></div></details></div></details></div><h2id="synthetic-implementations"class="small-section-header">Auto Trait Implementations<ahref="#synthetic-implementations"class="anchor">§</a></h2><divid="synthetic-implementations-list"><sectionid="impl-RefUnwindSafe-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><ahref="#impl-RefUnwindSafe-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T> !<aclass="trait"href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html"title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <aclass="struct"href="struct.ProtoBufMessage.html"title="struct actix_protobuf::ProtoBufMessage">ProtoBufMessage</a><T></h3></section><sectionid="impl-Send-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><ahref="#impl-Send-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T> !<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="struct.ProtoBufMessage.html"title="struct actix_protobuf::ProtoBufMessage">ProtoBufMessage</a><T></h3></section><sectionid="impl-Sync-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><ahref="#impl-Sync-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T> !<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="struct.ProtoBufMessage.html"title="struct actix_protobuf::ProtoBufMessage">ProtoBufMessage</a><T></h3></section><sectionid="impl-Unpin-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><ahref="#impl-Unpin-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="struct.ProtoBufMessage.html"title="struct actix_protobuf::ProtoBufMessage">ProtoBufMessage</a><T></h3></section><sectionid="impl-UnwindSafe-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><ahref="#impl-UnwindSafe-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T> !<aclass="trait"href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html"title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="struct.ProtoBufMessage.html"title="struct actix_protobuf::ProtoBufMessage">ProtoBufMessage</a><T></h3></section></div><h2id="blanket-implementations"class="small-section-header">Blanket Implementations<ahref="#blanket-implementations"class="anchor">§</a></h2><divid="blanket-implementations-list"><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Any-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><aclass="srclink rightside"href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#200">source</a><ahref="#impl-Any-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T<spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.type_id"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#201">source</a><ahref="#method.type_id"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/nig
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-FutureExt-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><ahref="#impl-FutureExt-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T> FutureExt for T<spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"title="trait core::future::future::Future">Future</a> + ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.map"class="method trait-impl has-srclink"><ahref="#method.map"class="anchor">§</a><h4class="code-header">fn <aclass="fn">map</a><U, F>(self, f: F) -> Map<Self, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>) -> U,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Map this future’s output to a different type, returning a new future of
the resulting type. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.map_into"class="method trait-impl has-srclink"><ahref="#method.map_into"class="anchor">§</a><h4class="code-header">fn <aclass="fn">map_into</a><U>(self) -> MapInto<Self, U><spanclass="where fmt-newline">where<br> Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U>,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Map this future’s output to a different type, returning a new future of
the resulting type. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.then"class="method trait-impl has-srclink"><ahref="#method.then"class="anchor">§</a><h4class="code-header">fn <aclass="fn">then</a><Fut, F>(self, f: F) -> Then<Self, Fut, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>) -> Fut,<br> Fut: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"title="trait core::future::future::Future">Future</a>,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Chain on a computation for when a future finished, passing the result of
the future to the provided closure <code>f</code>. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.left_future"class="method trait-impl has-srclink"><ahref="#method.left_future"class="anchor">§</a><h4class="code-header">fn <aclass="fn">left_future</a><B>(self) -> Either<Self, B><spanclass="where fmt-newline">where<br> B: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"title="trait core::future::future::Future">Future</a><Output = Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>>,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Wrap this future in an <code>Either</code> future, making it the left-hand variant
of that <code>Either</code>. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.right_future"class="method trait-impl has-srclink"><ahref="#method.right_future"class="anchor">§</a><h4class="code-header">fn <aclass="fn">right_future</a><A>(self) -> Either<A, Self><spanclass="where fmt-newline">where<br> A: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"title="trait core::future::future::Future">Future</a><Output = Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>>,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Wrap this future in an <code>Either</code> future, making it the right-hand variant
of that <code>Either</code>. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.into_stream"class="method trait-impl has-srclink"><ahref="#method.into_stream"class="anchor">§</a><h4class="code-header">fn <aclass="fn">into_stream</a>(self) -> IntoStream<Self><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Convert this future into a single element stream. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.flatten"class="method trait-impl has-srclink"><ahref="#method.flatten"class="anchor">§</a><h4class="code-header">fn <aclass="fn">flatten</a>(self) -> Flatten<Self><spanclass="where fmt-newline">where<br> Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"title="trait core::future::future::Future">Future</a>,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Flatten the execution of this future when the output of this
future is itself another future. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.flatten_stream"class="method trait-impl has-srclink"><ahref="#method.flatten_stream"class="anchor">§</a><h4class="code-header">fn <aclass="fn">flatten_stream</a>(self) -> FlattenStream<Self><spanclass="where fmt-newline">where<br> Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>: Stream,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Flatten the execution of this future when the successful result of this
future is a stream. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.fuse"class="method trait-impl has-srclink"><ahref="#method.fuse"class="anchor">§</a><h4class="code-header">fn <aclass="fn">fuse</a>(self) -> Fuse<Self><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Fuse a future such that <code>poll</code> will never again be called once it has
<code>FusedFuture</code>. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.inspect"class="method trait-impl has-srclink"><ahref="#method.inspect"class="anchor">§</a><h4class="code-header">fn <aclass="fn">inspect</a><F>(self, f: F) -> Inspect<Self, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(&Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>),<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Do something with the output of a future before passing it on. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.catch_unwind"class="method trait-impl has-srclink"><ahref="#method.catch_unwind"class="anchor">§</a><h4class="code-header">fn <aclass="fn">catch_unwind</a>(self) -> CatchUnwind<Self><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html"title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a>,</span></h4></section></summary><divclass='docblock'>Catches unwinding panics while polling the future. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.shared"class="method trait-impl has-srclink"><ahref="#method.shared"class="anchor">§</a><h4class="code-header">fn <aclass="fn">shared</a>(self) -> Shared<Self><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,<br> Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>,</span></h4></section></summary><divclass='docblock'>Create a cloneable handle to this future where all handles will resolve
to the same result. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.remote_handle"class="method trait-impl has-srclink"><ahref="#method.remote_handle"class="anchor">§</a><h4class="code-header">fn <aclass="fn">remote_handle</a>(self) -> (Remote<Self>, RemoteHandle<Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>>)<spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Turn this future into a future that yields <code>()</code> on completion and sends
its output to another future on a separate task. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.boxed"class="method trait-impl has-srclink"><ahref="#method.boxed"class="anchor">§</a><h4class="code-header">fn <aclass="fn">boxed</a><'a>(<br> self<br>) -><aclass="struct"href="https://doc.rust-lang.org/nightly/core/pin/struct.Pin.html"title="struct core::pin::Pin">Pin</a><<aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html"title="struct alloc::boxed::Box">Box</a><dyn <aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"title="trait core::future::future::Future">Future</a><Output = Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> + 'a, <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/alloc/struct.Global.html"title="struct alloc::alloc::Global">Global</a>>><spanclass="where fmt-newline">where<br> Self: 'a + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a>,</span></h4></section></summary><divclass='docblock'>Wrap the future in a Box, pinning it. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.boxed_local"class="method trait-impl has-srclink"><ahref="#method.boxed_local"class="anchor">§</a><h4class="code-header">fn <aclass="fn">boxed_local</a><'a>(<br> self<br>) -><aclass="struct"href="https://doc.rust-lang.org/nightly/core/pin/struct.Pin.html"title="struct core::pin::Pin">Pin</a><<aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html"title="struct alloc::boxed::Box">Box</a><dyn <aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"title="trait core::future::future::Future">Future</a><Output = Self::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a>> + 'a, <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/alloc/struct.Global.html"title="struct alloc::alloc::Global">Global</a>>><spanclass="where fmt-newline">where<br> Self: 'a + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Wrap the future in a Box, pinning it. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.unit_error"class="method trait-impl has-srclink"><ahref="#method.unit_error"class="anchor">§</a><h4class="code-header">fn <aclass="fn">unit_error</a>(self) -> UnitError<Self><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Turns a <ahref="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"><code>Future<Output = T></code></a> into a
the future is ready after the first call to <code>Future::poll</code>. <a>Read more</a></div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Instrument-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#276">source</a><ahref="#impl-Instrument-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html"title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.instrument"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#82">source</a><ahref="#method.instrument"class="anchor">§</a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.instrument"class="fn">instrument</a>(self, span: <aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"title="struct tracing::span::Span">Span</a>) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><divclass='docblock'>Instruments this type with the provided <ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"title="Span"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.instrument">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.in_current_span"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#121">source</a><ahref="#method.in_current_span"class="anchor">§</a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.in_current_span"class="fn">in_current_span</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><divclass='docblock'>Instruments this type with the <ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html#method.current">current</a><ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"><code>Span</code></a>, returning an
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-IntoFuture-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><aclass="srclink rightside"href="https://doc.rust-lang.org/nightly/src/core/future/into_future.rs.html#132">source</a><ahref="#impl-IntoFuture-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<F><aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/into_future/trait.IntoFuture.html"title="trait core::future::into_future::IntoFuture">IntoFuture</a> for F<spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"title="trait core::future::future::Future">Future</a>,</span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Output-1"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Output-1"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/nightly/core/future/into_future/trait.IntoFuture.html#associatedtype.Output"class="associatedtype">Output</a> = <F as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html"title="trait core::future::future::Future">Future</a>>::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"title="type core::future::future::Future::Output">Output</a></h4></section></summary><divclass='docblock'>The output that the future will produce on completion.</div></details><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.IntoFuture"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.IntoFuture"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/nightly/core/future/into_future/trait.IntoFuture.html#associatedtype.IntoFuture"class="associatedtype">IntoFuture</a> = F</h4></section></summary><divclass='docblock'>Which kind of future are we turning this into?</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.into_future"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://doc.rust-lang.org/nightly/src/core/future/into_future.rs.html#136">source</a><ahref="#method.into_future"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/nightly/core/future/into_future/trait.IntoFuture.html#tymethod.into_future"class="fn">into_future</a>(self) -><F as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/future/into_future/trait.IntoFuture.html"title="trait core::future::into_future::IntoFuture">IntoFuture</a>>::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/future/into_future/trait.IntoFuture.html#associatedtype.IntoFuture"title="type core::future::into_future::IntoFuture::IntoFuture">IntoFuture</a></h4></section></summary><divclass='docblock'>Creates a future from a value. <ahref="https://doc.rust-lang.org/nightly/core/future/into_future/trait.IntoFuture.html#tymethod.into_future">Read more</a></div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Same%3CT%3E-for-ProtoBufMessage%3CT%3E"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/typenum/1.16.0/src/typenum/type_operators.rs.html#34">source</a><ahref="#impl-Same%3CT%3E-for-ProtoBufMessage%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://docs.rs/typenum/1.16.0/typenum/type_operators/trait.Same.html"title="trait typenum::type_operators::Same">Same</a><T> for T</h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Output-2"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Output-2"class="anchor">§</a><h4class="code-header">type <ahref="htt
future is a [<code>Sink</code>]. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.map_ok"class="method trait-impl has-srclink"><ahref="#method.map_ok"class="anchor">§</a><h4class="code-header">fn <aclass="fn">map_ok</a><T, F>(self, f: F) -> MapOk<Self, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::Ok) -> T,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Maps this future’s success value to a different value. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.map_ok_or_else"class="method trait-impl has-srclink"><ahref="#method.map_ok_or_else"class="anchor">§</a><h4class="code-header">fn <aclass="fn">map_ok_or_else</a><T, E, F>(self, e: E, f: F) -> MapOkOrElse<Self, F, E><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::Ok) -> T,<br> E: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::Error) -> T,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Maps this future’s success value to a different value, and permits for error handling resulting in the same type. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.map_err"class="method trait-impl has-srclink"><ahref="#method.map_err"class="anchor">§</a><h4class="code-header">fn <aclass="fn">map_err</a><E, F>(self, f: F) -> MapErr<Self, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::Error) -> E,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Maps this future’s error value to a different value. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.err_into"class="method trait-impl has-srclink"><ahref="#method.err_into"class="anchor">§</a><h4class="code-header">fn <aclass="fn">err_into</a><E>(self) -> ErrInto<Self, E><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,<br> Self::Error: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><E>,</span></h4></section></summary><divclass='docblock'>Maps this future’s <ahref="TryFuture::Error"><code>Error</code></a> to a new error type
using the <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"><code>Into</code></a> trait. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.ok_into"class="method trait-impl has-srclink"><ahref="#method.ok_into"class="anchor">§</a><h4class="code-header">fn <aclass="fn">ok_into</a><U>(self) -> OkInto<Self, U><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,<br> Self::Ok: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U>,</span></h4></section></summary><divclass='docblock'>Maps this future’s <ahref="TryFuture::Ok"><code>Ok</code></a> to a new type
using the <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"><code>Into</code></a> trait.</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.and_then"class="method trait-impl has-srclink"><ahref="#method.and_then"class="anchor">§</a><h4class="code-header">fn <aclass="fn">and_then</a><Fut, F>(self, f: F) -> AndThen<Self, Fut, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::Ok) -> Fut,<br> Fut: TryFuture<Error = Self::Error>,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Executes another future after this one resolves successfully. The
success value is passed to a closure to create this subsequent future. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.or_else"class="method trait-impl has-srclink"><ahref="#method.or_else"class="anchor">§</a><h4class="code-header">fn <aclass="fn">or_else</a><Fut, F>(self, f: F) -> OrElse<Self, Fut, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::Error) -> Fut,<br> Fut: TryFuture<Ok = Self::Ok>,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Executes another future if this one resolves to an error. The
error value is passed to a closure to create this subsequent future. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.inspect_ok"class="method trait-impl has-srclink"><ahref="#method.inspect_ok"class="anchor">§</a><h4class="code-header">fn <aclass="fn">inspect_ok</a><F>(self, f: F) -> InspectOk<Self, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(&Self::Ok),<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Do something with the success value of a future before passing it on. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.inspect_err"class="method trait-impl has-srclink"><ahref="#method.inspect_err"class="anchor">§</a><h4class="code-header">fn <aclass="fn">inspect_err</a><F>(self, f: F) -> InspectErr<Self, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(&Self::Error),<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Do something with the error value of a future before passing it on. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.try_flatten"class="method trait-impl has-srclink"><ahref="#method.try_flatten"class="anchor">§</a><h4class="code-header">fn <aclass="fn">try_flatten</a>(self) -> TryFlatten<Self, Self::Ok><spanclass="where fmt-newline">where<br> Self::Ok: TryFuture<Error = Self::Error>,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Flatten the execution of this future when the successful result of this
future is another future. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.try_flatten_stream"class="method trait-impl has-srclink"><ahref="#method.try_flatten_stream"class="anchor">§</a><h4class="code-header">fn <aclass="fn">try_flatten_stream</a>(self) -> TryFlattenStream<Self><spanclass="where fmt-newline">where<br> Self::Ok: TryStream<Error = Self::Error>,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Flatten the execution of this future when the successful result of this
future is a stream. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.unwrap_or_else"class="method trait-impl has-srclink"><ahref="#method.unwrap_or_else"class="anchor">§</a><h4class="code-header">fn <aclass="fn">unwrap_or_else</a><F>(self, f: F) -> UnwrapOrElse<Self, F><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::Error) -> Self::Ok,</span></h4></section></summary><divclass='docblock'>Unwraps this future’s output, producing a future with this future’s
<ahref="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html#associatedtype.Output"><code>Output</code></a> type. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.into_future-1"class="method trait-impl has-srclink"><ahref="#method.into_future-1"class="anchor">§</a><h4class="code-header">fn <aclass="fn">into_future</a>(self) -> IntoFuture<Self><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Wraps a [<code>TryFuture</code>] into a type that implements
<ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html"title="WithDispatch"><code>WithDispatch</code></a> wrapper. <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_subscriber">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.with_current_subscriber"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#221">source</a><ahref="#method.with_current_subscriber"class="anchor">§</a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber"class="fn">with_current_subscriber</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html"title="struct tracing::instrument::WithDispatch">WithDispatch</a><Self></h4></section></summary><divclass='docblock'>Attaches the current <ahref="https://docs.rs/tracing/0.1.37/tracing/dispatcher/index.html#setting-the-default-subscriber">default</a><ahref="https://docs.rs/tracing-core/0.1.22/tracing_core/subscriber/trait.Subscriber.html"><code>Subscriber</code></a> to this type, returning a