blob: 106686a85000be89651b2cab3237d935b1987e75 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"mod":[["future","Asynchronous values."],["sink","Asynchronous sinks."],["stream","Asynchronous streams."]],"trait":[["AsyncBufRead","Read bytes asynchronously."],["AsyncRead","Read bytes asynchronously."],["AsyncSeek","Seek bytes asynchronously."],["AsyncWrite","Write bytes asynchronously."],["Future","A future represents an asynchronous computation obtained by use of `async`."],["Sink","A `Sink` is a value into which other values can be sent, asynchronously."],["Stream","A stream of values produced asynchronously."],["TryFuture","A convenience for futures that return `Result` values that includes a variety of adapters tailored to such futures."],["TryStream","A convenience for streams that return `Result` values that includes a variety of adapters tailored to such futures."]]};