Type Alias catalyzer::res::RawResponse

pub type RawResponse<T = Body> = Response<T>;
Expand description

A type representing a raw response.

Aliased Type§

struct RawResponse<T = Body> { /* private fields */ }