fix: export only InitializeError from the module
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
This commit is contained in:
parent
3e41fcfe61
commit
a0c8a42d64
1 changed files with 2 additions and 2 deletions
|
|
@ -11,12 +11,12 @@ pub mod register;
|
|||
mod socket;
|
||||
pub mod tcp;
|
||||
pub mod udp;
|
||||
pub mod uninitialized_device;
|
||||
mod uninitialized_device;
|
||||
|
||||
pub use device::{Device, DeviceRefMut, InactiveDevice};
|
||||
pub use host::{Dhcp, Host, HostConfig, Manual};
|
||||
pub use net::MacAddress;
|
||||
pub use uninitialized_device::UninitializedDevice;
|
||||
pub use uninitialized_device::{InitializeError, UninitializedDevice};
|
||||
|
||||
// TODO add better docs to all public items, add unit tests.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue