framework_cqrs_lib::cqrs::infra::helpers::http_response

Trait CanToHttpResponse

Source
pub trait CanToHttpResponse<T> {
    // Required method
    fn to_http_response_with_error_mapping(
        &self,
        http_status: HttpKindResponse,
    ) -> HttpResponse;
}

Required Methods§

Implementors§