pub type RwLockRegistry = Arc<RwLock<Registry>>;Expand description
A cloneable Registry in a read-write lock.
Useful if you need mutable access to a registry, while also using the services
defined in crate::service.
Aliased Type§
struct RwLockRegistry { /* private fields */ }