Skip to main content

SharedRegistry

Type Alias SharedRegistry 

Source
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 */ }