derive debug for ProxyError

pull/6/head
Felipe Noronha 2 years ago
parent 43e2dff325
commit ee55e7d39f
  1. 1
      src/lib.rs

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

Loading…
Cancel
Save