Type Definition crypto_util::errors::BoxFuture [] [src]

type BoxFuture<T> = Box<Future<T>>;

Boxed future with core error type.