[][src]Type Definition external_ip::IpFuture

type IpFuture<'a> = Pin<Box<dyn Future<Output = IpResult> + Send + 'a>>;