blob: 75c5bf699603b612ebae6facd5e4051c585404fa [file] [log] [blame]
window.SIDEBAR_ITEMS = {"trait":[["FusedFuture","A future which tracks whether or not the underlying future should no longer be polled."],["TryFuture","A convenience for futures that return `Result` values that includes a variety of adapters tailored to such futures."]],"type":[["BoxFuture","An owned dynamically typed [`Future`] for use in cases where you can’t statically type your result or need to add some indirection."],["LocalBoxFuture","`BoxFuture`, but without the `Send` requirement."]]};