Struct httpbis::futures_misc::UnboundedSenderWithFinal [] [src]

pub struct UnboundedSenderWithFinal<T> { /* fields omitted */ }

Methods

impl<T> UnboundedSenderWithFinal<T>
[src]

Trait Implementations

impl<T> Drop for UnboundedSenderWithFinal<T>
[src]

A method called when the value goes out of scope. Read more