fn client_ip()

in src/utils.rs [11:14]


    fn client_ip(&self) -> Result<IpAddr, ClassifyError>;
}

pub trait RequestTraceIps<'a> {