Type Definition everscale_types::RcDict
source · pub type RcDict<K, V> = Dict<RcCellFamily, K, V>;Expand description
A typed ordinary dictionary with fixed length keys for the Rc family of cells.
pub type RcDict<K, V> = Dict<RcCellFamily, K, V>;A typed ordinary dictionary with fixed length keys for the Rc family of cells.