stub implementations of light client trait

This commit is contained in:
Robert Habermeier
2016-09-19 11:29:50 +02:00
parent 1782b659d1
commit e3c4695274
3 changed files with 114 additions and 1 deletions

View File

@@ -26,4 +26,4 @@ extern crate rand;
pub mod client;
pub mod fetch_file;
pub use self::client::{Client, Fetch, FetchError, FetchResult};
pub use self::client::{Client, Fetch, FetchError, FetchResult};