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