Skip to main content

ThreadCounts

Type Alias ThreadCounts 

Source
type ThreadCounts = BTreeMap<OwnedEventId, (u64, u64)>;
Expand description

Per-thread unread counts: (notification, highlight) keyed by thread root.

Aliased Typeยง

struct ThreadCounts { /* private fields */ }