(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":[]},{"text":"impl<T, I, D> Sink<I> for FramedRead<T, D> where
T: Sink<I>, ","synthetic":false,"types":[]},{"text":"impl<T, I, E> Sink<I> for FramedWrite<T, E> where
T: AsyncWrite,
E: Encoder<I>,
E::Error: From<Error>, ","synthetic":false,"types":[]},{"text":"impl<T: Send + 'static> Sink<T> for PollSender<T>","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()