pub type ConformFuture = Pin<Box<dyn Future<Output = Result<UrlRef, UrlError>>>>;Available on crate feature
async only.Expand description
Common Future type for URL::conform_async.
Aliased Typeยง
pub struct ConformFuture { /* private fields */ }