pub trait RestApiResponse<ApiEndpoint> { }
Expand description
this is a marker trait that marks a type as a valid response type for a given RestApiEndpoint
pub trait RestApiResponse<ApiEndpoint> { }
this is a marker trait that marks a type as a valid response type for a given RestApiEndpoint