Add FutureResult to return a Future that immediately resolves
This commit is contained in:
committed by
Greg Fitzgerald
parent
753eaa8266
commit
34d1805b54
@ -36,6 +36,8 @@ extern crate serde_json;
|
||||
extern crate sha2;
|
||||
extern crate untrusted;
|
||||
|
||||
extern crate futures;
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate matches;
|
||||
|
Reference in New Issue
Block a user