Add FutureResult to return a Future that immediately resolves

This commit is contained in:
Robert Kelly
2018-04-24 13:15:08 -04:00
committed by Greg Fitzgerald
parent 753eaa8266
commit 34d1805b54
5 changed files with 33 additions and 18 deletions

View File

@ -36,6 +36,8 @@ extern crate serde_json;
extern crate sha2;
extern crate untrusted;
extern crate futures;
#[cfg(test)]
#[macro_use]
extern crate matches;