pub trait RestApiResponse<ApiEndpoint> { }
Expand description

this is a marker trait that marks a type as a valid response type for a given RestApiEndpoint

Implementors