pub type PushCallback = Arc<dyn Fn(u16, Bytes) + Send + Sync + 'static>;
后端推送回调
pub struct PushCallback { /* private fields */ }