Type Alias SharedRegistry

Source
type SharedRegistry = Arc<Mutex<Registry>>;

Aliased Typeยง

struct SharedRegistry { /* private fields */ }