pub type IntoResponseAsync<'a, T> = IntoResponse<'a, T, AsyncHttpClient>;

Implementations