Skip to main content

not_found_handler

Function not_found_handler 

Source
pub async fn not_found_handler() -> Response
Expand description

Axum .fallback() handler wrapping not_found. Mount with router.fallback(not_found_handler).