Auto Generated Documentation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["futures_sink"] = [];
|
||||
implementors["tokio_util"] = [{"text":"impl<T, I, U> Sink<I> for Framed<T, U> <span class=\"where fmt-newline\">where<br> T: AsyncWrite,<br> U: Encoder<I>,<br> U::Error: From<Error>, </span>","synthetic":false,"types":[]},{"text":"impl<T, I, D> Sink<I> for FramedRead<T, D> <span class=\"where fmt-newline\">where<br> T: Sink<I>, </span>","synthetic":false,"types":[]},{"text":"impl<T, I, E> Sink<I> for FramedWrite<T, E> <span class=\"where fmt-newline\">where<br> T: AsyncWrite,<br> E: Encoder<I>,<br> E::Error: From<Error>, </span>","synthetic":false,"types":[]},{"text":"impl<T: Send + 'static> Sink<T> for PollSender<T>","synthetic":false,"types":[]}];
|
||||
implementors["tokio_util"] = [{"text":"impl<T, I, U> <a class=\"trait\" href=\"futures_sink/trait.Sink.html\" title=\"trait futures_sink::Sink\">Sink</a><I> for <a class=\"struct\" href=\"tokio_util/codec/struct.Framed.html\" title=\"struct tokio_util::codec::Framed\">Framed</a><T, U> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"tokio/io/async_write/trait.AsyncWrite.html\" title=\"trait tokio::io::async_write::AsyncWrite\">AsyncWrite</a>,<br> U: <a class=\"trait\" href=\"tokio_util/codec/trait.Encoder.html\" title=\"trait tokio_util::codec::Encoder\">Encoder</a><I>,<br> U::<a class=\"type\" href=\"tokio_util/codec/trait.Encoder.html#associatedtype.Error\" title=\"type tokio_util::codec::Encoder::Error\">Error</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a><<a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html\" title=\"struct std::io::error::Error\">Error</a>>, </span>","synthetic":false,"types":["tokio_util::codec::framed::Framed"]},{"text":"impl<T, I, D> <a class=\"trait\" href=\"futures_sink/trait.Sink.html\" title=\"trait futures_sink::Sink\">Sink</a><I> for <a class=\"struct\" href=\"tokio_util/codec/struct.FramedRead.html\" title=\"struct tokio_util::codec::FramedRead\">FramedRead</a><T, D> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"futures_sink/trait.Sink.html\" title=\"trait futures_sink::Sink\">Sink</a><I>, </span>","synthetic":false,"types":["tokio_util::codec::framed_read::FramedRead"]},{"text":"impl<T, I, E> <a class=\"trait\" href=\"futures_sink/trait.Sink.html\" title=\"trait futures_sink::Sink\">Sink</a><I> for <a class=\"struct\" href=\"tokio_util/codec/struct.FramedWrite.html\" title=\"struct tokio_util::codec::FramedWrite\">FramedWrite</a><T, E> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"tokio/io/async_write/trait.AsyncWrite.html\" title=\"trait tokio::io::async_write::AsyncWrite\">AsyncWrite</a>,<br> E: <a class=\"trait\" href=\"tokio_util/codec/trait.Encoder.html\" title=\"trait tokio_util::codec::Encoder\">Encoder</a><I>,<br> E::<a class=\"type\" href=\"tokio_util/codec/trait.Encoder.html#associatedtype.Error\" title=\"type tokio_util::codec::Encoder::Error\">Error</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a><<a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html\" title=\"struct std::io::error::Error\">Error</a>>, </span>","synthetic":false,"types":["tokio_util::codec::framed_write::FramedWrite"]},{"text":"impl<T: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/marker/trait.Send.html\" title=\"trait core::marker::Send\">Send</a> + 'static> <a class=\"trait\" href=\"futures_sink/trait.Sink.html\" title=\"trait futures_sink::Sink\">Sink</a><T> for <a class=\"struct\" href=\"tokio_util/sync/struct.PollSender.html\" title=\"struct tokio_util::sync::PollSender\">PollSender</a><T>","synthetic":false,"types":["tokio_util::sync::mpsc::PollSender"]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
||||
Reference in New Issue
Block a user