Derive Debug for RequestData
This commit is contained in:
parent
11ae0a3081
commit
b019d7560c
|
@ -163,6 +163,7 @@ impl<C: Connector> EppClient<C> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct RequestData<'c, 'e, C, E> {
|
||||
command: &'c C,
|
||||
extension: Option<&'e E>,
|
||||
|
|
Loading…
Reference in New Issue