Trait external_ip::Source
source · pub trait Source: Display {
// Required methods
fn get_ip<'a>(&'a self, family: Family) -> IpFuture<'a>;
fn box_clone(&self) -> Box<dyn Source>;
}Expand description
Interface for any kind of external ip source