Struct http_body::Trailers [−][src]
#[must_use = "futures don't do anything unless polled"]pub struct Trailers<'a, T: ?Sized>(_);
Future that resolves to the optional trailers from Body
Trait Implementations
Auto Trait Implementations
impl<'a, T: ?Sized> RefUnwindSafe for Trailers<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T: ?Sized> Send for Trailers<'a, T> where
T: Send,
T: Send,
impl<'a, T: ?Sized> Sync for Trailers<'a, T> where
T: Sync,
T: Sync,
impl<'a, T: ?Sized> Unpin for Trailers<'a, T>
impl<'a, T> !UnwindSafe for Trailers<'a, T>
Blanket Implementations
impl<F> IntoFuture for F where
F: Future,
[src]
impl<F> IntoFuture for F where
F: Future,
[src]type Output = <F as Future>::Output
🔬 This is a nightly-only experimental API. (
into_future
)The output that the future will produce on completion.
type Future = F
🔬 This is a nightly-only experimental API. (
into_future
)Which kind of future are we turning this into?