macro_rules! trace_write_lock {
    ( $x:expr ) => { ... };
}
Expand description

Tracing macro for obtaining a write lock on a RwLock.