fn response_type_to_responder<EP: EndpointDetails, T: Into<EP::ResponseType>>(
output: T,
) -> Responder<EP>Expand description
Helper method for factory_tuple macro.
fn response_type_to_responder<EP: EndpointDetails, T: Into<EP::ResponseType>>(
output: T,
) -> Responder<EP>Helper method for factory_tuple macro.