Struct h2::client::PushPromises [−][src]
#[must_use = "streams do nothing unless polled"]pub struct PushPromises { /* fields omitted */ }
A stream of pushed responses and corresponding promised requests
Implementations
impl PushPromises
[src]
impl PushPromises
[src]pub async fn push_promise(&mut self) -> Option<Result<PushPromise, Error>>
[src]
Get the next PushPromise
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PushPromises
impl Send for PushPromises
impl Sync for PushPromises
impl Unpin for PushPromises
impl UnwindSafe for PushPromises
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]