pub trait ReturnsJsonResponse { }
Expand description

A trait to indicate that an endpoint is expected to return a JSON result

Implementors