pub type OnChangeCallback<K> = Arc<dyn Fn(&Virtualizer<K>, bool) + Send + Sync>;Expand description
A callback fired when a virtualizer state update occurs.
The second argument is is_scrolling.
Aliased Typeยง
pub struct OnChangeCallback<K> { /* private fields */ }