Re-export Result and Error types (#170)
This commit is contained in:
parent
83c0bf798f
commit
5794b0f871
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ mod client;
|
||||||
pub use crate::client::*;
|
pub use crate::client::*;
|
||||||
|
|
||||||
pub mod error;
|
pub mod error;
|
||||||
|
pub use error::{Error, Result};
|
||||||
|
|
||||||
pub mod extensions;
|
pub mod extensions;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue