DEBSOURCES
Skip Quicknav
sources / rust-interprocess / 2.2.3-1 / tests / tokio_unnamed_pipe.rs
123456
mod basic; use super::util::{tokio::*, TestResult}; #[test] fn basic() -> TestResult { test_wrapper(basic::main()) }