1 2 3 4 5
use crate::server::routes::Outbox; use jdt_activity_pub::MaybeMultiple; use serde_json::Value; impl Outbox for MaybeMultiple<Value> {}