pub type ScopeRef = Rc<RefCell<SessionScope>>;Expand description
Shared, per-thread handle to a session’s SessionScope.
Aliased Type§
pub struct ScopeRef { /* private fields */ }pub type ScopeRef = Rc<RefCell<SessionScope>>;Shared, per-thread handle to a session’s SessionScope.
pub struct ScopeRef { /* private fields */ }