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