Module migrations
Expand description
Migrate the reference counting state.
Traits§
- V2ToV3
- Trait to implement to give information about types used for migration
Functions§
- migrate_
from_ dual_ to_ triple_ ref_ count - Migrate from dual
u32
reference counting to tripleu32
reference counting. - migrate_
from_ single_ to_ triple_ ref_ count - Migrate from unique
u32
reference counting to tripleu32
reference counting. - migrate_
from_ single_ u8_ to_ triple_ ref_ count - Migrate from unique
u8
reference counting to tripleu32
reference counting.