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

type Future<T> = Future<Item = T, Error = Error>;

Future with core error type.