TimelineEventFilterFn

Type Alias TimelineEventFilterFn 

Source
pub type TimelineEventFilterFn = dyn Fn(&AnySyncTimelineEvent, &RoomVersionRules) -> bool + Send + Sync;
Available on non-target_family=wasm only.