Trait axum_codec::handler::IntoCodecResponse

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

Required Methods§

Implementors§