report_submit_handler

Function report_submit_handler 

Source
pub async fn report_submit_handler(
    __arg0: State<Arc<AppState>>,
    __arg1: Form<ReportForm>,
) -> Result<Html<String>, AppError>
Expand description

POST /report - accept a form report submission and confirm with HTML.