| 36 | |
| 37 | #[derive(Debug, Serialize)] |
| 38 | pub struct WaitNotifyLocks { |
| 39 | pub wait_lock_type: String, |
| 40 | pub wait_lock_span: String, |
| 41 | pub notify_lock_type: String, |
| 42 | pub notify_lock_span: String, |
| 43 | } |
| 44 | |
| 45 | impl WaitNotifyLocks { |
| 46 | pub fn new( |
nothing calls this directly
no outgoing calls
no test coverage detected