[][src]Type Definition interledger_service::BoxedIlpFuture

type BoxedIlpFuture = Box<dyn Future<Item = Fulfill, Error = Reject> + Send + 'static>;

A future that returns an ILP Fulfill or Reject packet.