pub type ConstantRecord = EmptyRecord;👎Deprecated since 0.21.0:
ConstantRecord is misleading as it doesn’t persist data. Use EmptyRecord instead.
Expand description
A record representing the absence of persistent module state.
Aliased Type§
pub struct ConstantRecord;