fn current_handle() -> Result<Handle>
Available on (crate features
native-tls
or rustls
) and crate feature tokio
only.Expand description
As Handle::try_current()
, but return an IoError on failure.