Type Alias mod_mgmt::WeakSectionRef
pub type WeakSectionRef = Weak<LoadedSection, Global>;
Expand description
A Weak reference (Weak
) to a LoadedSection
.
Aliased Type§
struct WeakSectionRef { /* private fields */ }
pub type WeakSectionRef = Weak<LoadedSection, Global>;
A Weak reference (Weak
) to a LoadedSection
.
struct WeakSectionRef { /* private fields */ }