Skip to main content

StableCell

Type Alias StableCell 

Source
pub type StableCell<T> = Cell<T, VirtualMemory>;
Expand description

稳定对象 ! 读取和写入都是全量操作,成本比较大

Aliased Type§

pub struct StableCell<T> { /* private fields */ }