Type Definition external_ip::IpFuture

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