Struct async_curl::async_curl_error::AsyncCurlError
source · pub struct AsyncCurlError(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl Debug for AsyncCurlError
impl Debug for AsyncCurlError
source§impl From<MultiError> for AsyncCurlError
impl From<MultiError> for AsyncCurlError
source§fn from(err: MultiError) -> Self
fn from(err: MultiError) -> Self
Converts to this type from the input type.