pub trait ActivitypubProperty { // Required methods fn is_none(&self) -> bool; fn is_some(&self) -> bool; }