pub type IntoResponseBlocking<'a, T> = IntoResponse<'a, T, BlockingHttpClient>;

Implementations