1 2 3 4 5 6 7 8
//! In-Memory exporters for testing purpose. /// Structs used for testing #[cfg(all(feature = "testing", feature = "trace"))] pub mod trace; #[cfg(all(feature = "testing", feature = "metrics"))] pub mod metrics;