pub trait Activity: DeliverableObject {
// Required methods
fn actor_id(&self) -> &Url;
fn object_id(&self) -> &Url;
}Expand description
A type that represents an Activity
pub trait Activity: DeliverableObject {
// Required methods
fn actor_id(&self) -> &Url;
fn object_id(&self) -> &Url;
}A type that represents an Activity