Trait catalyzer::res::IntoRawResponse
pub trait IntoRawResponse: IntoResponse { }
Expand description
A trait for types that can be converted into a raw response.
pub trait IntoRawResponse: IntoResponse { }
A trait for types that can be converted into a raw response.