QueueMsg: Derive debug

This commit is contained in:
Graham Christensen 2017-11-10 18:37:43 -05:00
parent bcb5f7b9ef
commit d25727e649
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -20,6 +20,7 @@ pub enum Action {
Publish(QueueMsg),
}
#[derive(Debug)]
pub struct QueueMsg {
pub exchange: Option<String>,
pub routing_key: Option<String>,