TunInterfaceOptions -> TunOptions

This commit is contained in:
dav 2023-06-28 12:23:33 -07:00 committed by David Zhong
parent f20f56062c
commit d3882bd008
6 changed files with 13 additions and 13 deletions

View file

@ -9,4 +9,4 @@ pub(crate) mod imp;
mod options;
pub use imp::{TunInterface, TunQueue};
pub use options::TunInterfaceOptions;
pub use options::TunOptions;