pub trait CallbackHandlerDyn: Send + Sync + Debug { }
Marker trait for callback handlers (placeholder until callbacks module exists).