5 lines
95 B
Rust
5 lines
95 B
Rust
#[cfg(feature = "tokio")]
|
|
#[path = "tokio/mod.rs"]
|
|
pub(crate) mod imp;
|
|
|
|
pub use imp::TunQueue;
|