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