Files
rapr-rs/docs/futures_core/future/sidebar-items.js
T
Uttarayan Mondal d5ecda4c73 Initial docs commit
2021-03-15 01:27:34 +05:30

1 line
496 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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."]]});