Trait ex_futures::sink::SinkExt [] [src]

pub trait SinkExt: Sink {
    fn unsync_cloneable(self) -> UnsyncCloneable<Self>
    where
        Self: Sized
, { ... } }

Provided Methods

Implementors