pub type IpFuture<'a> = Pin<Box<dyn Future<Output = IpResult> + Send + 'a>>;
pub struct IpFuture<'a> { /* private fields */ }