Skip to main content

DynLinkSet

Type Alias DynLinkSet 

Source
pub type DynLinkSet = Arc<dyn LinkSet>;
Expand description

Type-erased lset reference held by the LinkSetRegistry.

Aliased Type§

pub struct DynLinkSet { /* private fields */ }