pub type ChangeCallback = Rc<dyn Fn(String)>;
Callback type for text change events (receives new text).
pub struct ChangeCallback { /* private fields */ }