Derive Debug for RequestData

This commit is contained in:
Dirkjan Ochtman 2022-02-07 17:07:16 +01:00
parent 11ae0a3081
commit b019d7560c
1 changed files with 1 additions and 0 deletions

View File

@ -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>,