pub type Result<R> = Result<R, Error>;
A Result alias where the Err case is getip::Error.
getip::Error