(function() {var implementors = {}; implementors["futures_sink"] = []; implementors["tokio_util"] = [{"text":"impl<T, I, U> Sink<I> for Framed<T, U> where
    T: AsyncWrite,
    U: Encoder<I>,
    U::Error: From<Error>, 
","synthetic":false,"types":["tokio_util::codec::framed::Framed"]},{"text":"impl<T, I, D> Sink<I> for FramedRead<T, D> where
    T: Sink<I>, 
","synthetic":false,"types":["tokio_util::codec::framed_read::FramedRead"]},{"text":"impl<T, I, E> Sink<I> for FramedWrite<T, E> where
    T: AsyncWrite,
    E: Encoder<I>,
    E::Error: From<Error>, 
","synthetic":false,"types":["tokio_util::codec::framed_write::FramedWrite"]},{"text":"impl<T: Send + 'static> Sink<T> for PollSender<T>","synthetic":false,"types":["tokio_util::sync::mpsc::PollSender"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()