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> {}pub type HrnResolutionFuture<'a> = Pin<Box<dyn Future<Output = Result<HrnResolution, &'static str>> + Send + 'a>>;A future which resolves to a HrnResolution.
struct HrnResolutionFuture<'a> {}