Re-export Result and Error types (#170)

This commit is contained in:
timando 2020-07-27 23:28:02 +10:00 committed by GitHub
parent 83c0bf798f
commit 5794b0f871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,7 @@ mod client;
pub use crate::client::*;
pub mod error;
pub use error::{Error, Result};
pub mod extensions;