Type Definition crypto_util::BoxFuture [] [src]

type BoxFuture<Item, Error> = Box<Future<Item = Item, Error = Error>>;

Boxed future.