OpenFuture

Type Alias OpenFuture 

Source
pub type OpenFuture = Pin<Box<dyn Future<Output = Result<AsyncReadRef, UrlError>>>>;
Available on crate feature async only.
Expand description

Common Future type for URL::open_async.

Aliased Typeยง

pub struct OpenFuture { /* private fields */ }