pub async fn event_to_response(
event: Event,
response: HttpResponseBuilder,
) -> Result<HttpResponse, Error>
Expand description
Method to fill an HttpResponseBuilder
with an Event
.
pub async fn event_to_response(
event: Event,
response: HttpResponseBuilder,
) -> Result<HttpResponse, Error>
Method to fill an HttpResponseBuilder
with an Event
.