Function futures_util::sink::close [] [src]

pub fn close<S: Sink>(sink: S) -> Close<S>

A future that completes when the sink has finished closing.

The sink itself is returned after closeing is complete.