Trait axum_codec::handler::IntoCodecResponse
source · pub trait IntoCodecResponse {
// Required method
fn into_codec_response(self, content_type: ContentType) -> Response;
}
pub trait IntoCodecResponse {
// Required method
fn into_codec_response(self, content_type: ContentType) -> Response;
}