Type Alias TypeSpecRc
pub type TypeSpecRc = Arc<TypeSpec>;Expand description
Reference-counted shared access to TypeSpec instances.
This type alias provides convenient shared ownership of type specifications, enabling zero-copy sharing across multiple threads and data structures without lifetime management complexity.
Aliased Typeยง
pub struct TypeSpecRc { /* private fields */ }