Make DeviceState public (#65)
This commit is contained in:
parent
4743976211
commit
15da8f9f2f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ mod uninitialized_device;
|
||||||
|
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use self::{
|
pub use self::{
|
||||||
device::Device,
|
device::{Device, DeviceState},
|
||||||
host::{Dhcp, Host, HostConfig, Manual},
|
host::{Dhcp, Host, HostConfig, Manual},
|
||||||
net::MacAddress,
|
net::MacAddress,
|
||||||
uninitialized_device::{InitializeError, UninitializedDevice},
|
uninitialized_device::{InitializeError, UninitializedDevice},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue