pub type StableCell<T> = Cell<T, VirtualMemory>;Expand description
稳定对象 ! 读取和写入都是全量操作,成本比较大
Aliased Type§
pub struct StableCell<T> { /* private fields */ }pub type StableCell<T> = Cell<T, VirtualMemory>;稳定对象 ! 读取和写入都是全量操作,成本比较大
pub struct StableCell<T> { /* private fields */ }