unify Client::Event and Component::Event into Event
This commit is contained in:
parent
c0f3fc4afb
commit
993fdcab8f
5 changed files with 14 additions and 52 deletions
|
|
@ -20,7 +20,9 @@ mod stream_start;
|
|||
mod starttls;
|
||||
pub use starttls::StartTlsClient;
|
||||
mod happy_eyeballs;
|
||||
mod event;
|
||||
pub use event::Event;
|
||||
mod client;
|
||||
pub use client::{Client, ClientEvent};
|
||||
pub use client::Client;
|
||||
mod component;
|
||||
pub use component::{Component, ComponentEvent};
|
||||
pub use component::Component;
|
||||
|
|
|
|||
Loading…
Reference in a new issue