mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
derive debug for action
This commit is contained in:
committed by
Aiden McClelland
parent
2f723eb9ce
commit
b77e433152
@@ -56,6 +56,7 @@ struct RequestQueue {
|
||||
recv: mpsc::UnboundedReceiver<Request>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
enum Action {
|
||||
HandleRequest(Request),
|
||||
HandleRelease(LockInfo),
|
||||
|
||||
Reference in New Issue
Block a user