pub type IdRef = Arc<dyn IdProvider>;Expand description
Shared handle to an id provider. Held by Clone types that need to share
one id source, so they clone the handle, not the implementation.
Aliased Typeยง
pub struct IdRef { /* private fields */ }