embedded_trace/instruments/
mod.rs

1//! [`Instrument`](crate::Instrument) implementations for various types.
2
3pub mod gpio;
4pub use gpio::*;