Crate boxfuture

Source

Macros§

try_future
Just like try! (or the ? operator) but which early-returns a Box<FutureResult> instead of an Err.

Traits§

Boxable

Type Aliases§

BoxFuture