activitypub-federation-rust/examples/local_federation/actix_web/mod.rs

7 lines
110 B
Rust
Raw Normal View History

use crate::error::Error;
use actix_web::ResponseError;
pub(crate) mod http;
impl ResponseError for Error {}