Crate boxfuture[][src]

Macros

try_future

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

Traits

Boxable

Type Definitions

BoxFuture