Trait workspace2::item::FollowableEvents
source · pub trait FollowableEvents {
// Required method
fn to_follow_event(&self) -> Option<FollowEvent>;
}
pub trait FollowableEvents {
// Required method
fn to_follow_event(&self) -> Option<FollowEvent>;
}