pub fn is_suitable_for_latest_event(
    event: &AnySyncTimelineEvent
) -> PossibleLatestEvent<'_>
Available on crate features experimental-sliding-sync and e2e-encryption only.
Expand description

Decide whether an event could be stored as the latest event in a room. Returns a LatestEvent representing our decision.