1 2 3 4 5 6 7
//! Fixture wiring for the pooled-client BDD target. #[path = "../fixtures/client_pool.rs"] pub mod client_pool; #[path = "../fixtures/client_pool_handle.rs"] pub mod client_pool_handle;