[][src]Function holly::sink::send

pub fn send<S: Sink>(
    s: S,
    x: S::SinkItem
) -> impl Future<Item = S, Error = S::SinkError>

Send some Sink::SinkItem to the sink.

The returned future will send the item and return the Sink. In contrast to Sink::send the sink will not be flushed.