Type Definition graph_http::IntoResponseBlocking[][src]

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

Implementations