IdRef

Type Alias IdRef 

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