Type Alias HrnResolutionFuture

Source
pub type HrnResolutionFuture<'a> = Pin<Box<dyn Future<Output = Result<HrnResolution, &'static str>> + Send + 'a>>;
Expand description

A future which resolves to a HrnResolution.

Aliased Typeยง

struct HrnResolutionFuture<'a> {}