impl From<DynConnector> for aws_smithy_client::http_connector::HttpConnector
#581
Labels
bug
This issue is a bug.
Describe the bug
Currently, converting from a
DynConnector
to anaws_smithy_client::http_connector::HttpConnector
requiresaws_smithy_client::http_connector::HttpConnector::Prebuilt(Some(dyn_connector))
. Please consider providing aFrom
impl that makes this justdyn_connector.into()
.Expected Behavior
dyn_connector.into()
Current Behavior
aws_smithy_client::http_connector::HttpConnector::Prebuilt(Some(dyn_connector))
Reproduction Steps
See description above.
Possible Solution
No response
Additional Information/Context
No response
Version
Environment details (OS name and version, etc.)
Debian, latest sid
Logs
No response
The text was updated successfully, but these errors were encountered: