Rename AsyncClient to Client
This commit is contained in:
parent
311e7406f0
commit
0b58561003
10 changed files with 16 additions and 12 deletions
|
|
@ -26,7 +26,7 @@ mod client;
|
|||
pub mod connect;
|
||||
pub mod proto;
|
||||
|
||||
pub use client::async_client::Client as AsyncClient;
|
||||
pub use client::async_client::Client;
|
||||
mod component;
|
||||
pub use crate::component::Component;
|
||||
/// Detailed error types
|
||||
|
|
|
|||
Loading…
Reference in a new issue