Type Alias MethodPtrRc

pub type MethodPtrRc = Arc<MethodPtr>;
Expand description

Reference-counted pointer to a MethodPtr instance.

Enables efficient sharing of method pointer data across multiple contexts without duplication, supporting concurrent access patterns in method resolution.

Aliased Typeยง

pub struct MethodPtrRc { /* private fields */ }