Type Definition getip::Result

source · []
pub type Result<R> = Result<R, Error>;
Expand description

A Result alias where the Err variant is getip::Error.