Remove unused type

This commit is contained in:
Dirkjan Ochtman 2021-12-07 11:15:18 +01:00 committed by masalachai
parent d5d3a93141
commit b7b6d0ae00
1 changed files with 0 additions and 6 deletions

View File

@ -12,12 +12,6 @@ pub enum Error {
Other(String),
}
/// An EPP XML error
#[derive(Debug)]
pub struct EppCommandError {
pub epp_error: ResponseStatus,
}
impl std::error::Error for Error {}
impl Display for Error {