mirror of
https://github.com/LemmyNet/activitypub-federation-rust
synced 2025-01-07 17:38:44 +00:00
6 lines
110 B
Rust
6 lines
110 B
Rust
use crate::error::Error;
|
|
use actix_web::ResponseError;
|
|
|
|
pub(crate) mod http;
|
|
|
|
impl ResponseError for Error {}
|