pub type SharedRegistry = Arc<dyn RegistryDispatch>;Expand description
Shared registry type used by CdpServer — type-erased via RegistryDispatch.
Aliased Type§
pub struct SharedRegistry { /* private fields */ }pub type SharedRegistry = Arc<dyn RegistryDispatch>;Shared registry type used by CdpServer — type-erased via RegistryDispatch.
pub struct SharedRegistry { /* private fields */ }