pub type ChangeCb<T> = Cb<dyn Fn(T) + Sync + Send>;
Callback for when an editor changes its value.
struct ChangeCb<T> { /* private fields */ }