Crate actix_error_derive

Source

Derive Macrosยง

AsApiError
Derives the AsApiErrorTrait for an enum, allowing it to be converted into an ApiError suitable for Actix-Web responses. It also conditionally implements std::fmt::Display.