mod ip_packet_client
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
mod connect;
|
||||
mod error;
|
||||
mod helpers;
|
||||
mod listener;
|
||||
pub mod helpers;
|
||||
pub mod listener;
|
||||
|
||||
pub use connect::IprClientConnect;
|
||||
pub use error::Error;
|
||||
|
||||
@@ -49,5 +49,4 @@ pub enum Error {
|
||||
},
|
||||
}
|
||||
|
||||
// Result type based on our error type
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
Reference in New Issue
Block a user