Type Definition aws_smithy_client::bounds::Parsed
source · pub type Parsed<S, O, Retry> = ParseResponseService<S, O, Retry>;
Expand description
A service that has parsed a raw Smithy response.
pub type Parsed<S, O, Retry> = ParseResponseService<S, O, Retry>;
A service that has parsed a raw Smithy response.