1 2 3 4 5 6 7 8 9 10 11
pub use actix_web; pub use actix_web_rest_macros; pub use actix_web_rest_macros::*; pub use http; pub use serde; pub use strum; pub use thiserror; pub trait RestError { fn status_code(&self) -> http::StatusCode; }