derive debug for ProxyError

This commit is contained in:
Felipe Noronha 2022-03-12 13:58:42 -03:00
parent 43e2dff325
commit ee55e7d39f

View File

@ -98,6 +98,7 @@ use lazy_static::lazy_static;
use std::net::IpAddr;
use std::str::FromStr;
#[derive(Debug)]
pub enum ProxyError {
InvalidUri(InvalidUri),
HyperError(Error),