List Question
10 TechQA 2024-12-31 10:59:47Handle downcast error when downcasting Ref<Box<dyn Any>> into Ref<Box<T>>
1.3k views
Asked by Gabriel Mutti
Rust closure, RefCell, Rc Count
86 views
Asked by 안태찬
Rust smart pointer issue
91 views
Asked by 안태찬
Is it possible to get an &str out of a RefCell<string>
98 views
Asked by pm100
Is it safe to make RefCell Sync+Send if the data it contains is protected by RwLock?
136 views
Asked by danda
Generic struct that can hold either Rc<RefCell<T>> or Arc<RwLock<T>>
101 views
Asked by yesint
Why doesn't std::cell::Ref use a reference instead of NonNull?
166 views
Asked by ChrisB
Passing around a reference to a struct in Rust
2.2k views
Asked by Andrzej C
Implement Borrow on something behind a RefCell?
120 views
Asked by glasflügel
How to return an *optional* reference into RefCell contents
1k views
Asked by user4815162342