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