Type Definition ic_kit::ic::StableSize
source · [−]pub type StableSize = u32;Expand description
A type which represents either a page count or an offset in the stable storage, it’s a u64
when the experimental-stable64 feature is enabled, otherwise a u32.