Type Alias mod_mgmt::StrongCrateRef

pub type StrongCrateRef = CowArc<LoadedCrate>;
Expand description

A Strong reference to a LoadedCrate.

Aliased Type§

struct StrongCrateRef { /* private fields */ }