diff --git a/apb/src/target.rs b/apb/src/target.rs index 2a8073d..3b9aff3 100644 --- a/apb/src/target.rs +++ b/apb/src/target.rs @@ -2,7 +2,7 @@ use crate::{Object, Link}; pub const PUBLIC : &str = "https://www.w3.org/ns/activitystreams#Public"; -pub trait Addressed : Object { +pub trait Addressed { fn addressed(&self) -> Vec; }