Type Definition getip::Result[][src]

pub type Result<R> = Result<R, Error>;
Expand description

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