Function actix_web::error::ErrorInternalServerError
source · pub fn ErrorInternalServerError<T>(err: T) -> Errorwhere
T: Debug + Display + 'static,
Expand description
Helper function that wraps any error and generates a INTERNAL_SERVER_ERROR
response.