Auto Generated Documentation

This commit is contained in:
github-actions[bot]
2021-03-14 20:06:11 +00:00
parent fcf47cbac9
commit 799a22692f
11450 changed files with 65837 additions and 83717 deletions
+1 -1
View File
@@ -1 +1 @@
initSidebarItems({"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 cant statically type your result or need to add some indirection."],["LocalBoxFuture","`BoxFuture`, but without the `Send` requirement."]]});
initSidebarItems({"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."]]});