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