pub trait FollowableEvents {
    // Required method
    fn to_follow_event(&self) -> Option<FollowEvent>;
}

Required Methods§

Implementors§