Type Alias IpFuture

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

Aliased Typeยง

struct IpFuture<'a> {}