1 2 3 4 5 6 7
//! Distributed trace context export. pub use appcore_types::TraceContext; #[cfg(test)] #[path = "trace_tests.rs"] mod tests;