pub type RuntimeEntryRegistryCallback = Arc<dyn Fn(&RuntimeEntryRegistryDelta) + Send + Sync>;Expand description
Callback type used by hosts to receive runtime entry-registry change events. 宿主用于接收运行时入口注册表变化事件的回调类型。
Aliased Type§
pub struct RuntimeEntryRegistryCallback { /* private fields */ }