Skip to main content

ImportScopeRc

Type Alias ImportScopeRc 

pub type ImportScopeRc = Arc<ImportScope>;
Expand description

A reference-counted pointer to an ImportScope

Provides shared ownership and automatic memory management for import scope instances. Multiple references can safely point to the same import scope data across threads.

Aliased Typeยง

pub struct ImportScopeRc { /* private fields */ }