Trait aws_smithy_runtime_api::client::orchestrator::Connection
source · pub trait Connection: Send + Sync + Debug {
// Required method
fn call(&self, request: HttpRequest) -> BoxFuture<HttpResponse>;
}pub trait Connection: Send + Sync + Debug {
// Required method
fn call(&self, request: HttpRequest) -> BoxFuture<HttpResponse>;
}