Type Alias forky_core::RcCell

source ·
pub type RcCell<T> = Rc<RefCell<T>>;

Aliased Type§

struct RcCell<T> { /* private fields */ }