pub type ActivityProvider = fn() -> Vec<ActivityRow>;Expand description
v6.5.2 — provider callback type. Fresh snapshot returned each call; engine doesn’t cache the slice.
pub type ActivityProvider = fn() -> Vec<ActivityRow>;v6.5.2 — provider callback type. Fresh snapshot returned each call; engine doesn’t cache the slice.