mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
delete db/r2d2 example
This commit is contained in:
@ -42,7 +42,7 @@ impl Distribution<CustomError> for Standard {
|
||||
}
|
||||
}
|
||||
|
||||
/// Actix web uses `ResponseError` for conversion of errors to a response
|
||||
/// Actix Web uses `ResponseError` for conversion of errors to a response
|
||||
impl ResponseError for CustomError {
|
||||
fn error_response(&self) -> HttpResponse {
|
||||
match self {
|
||||
|
Reference in New Issue
Block a user