pub type ProgressOf<T> = Progress<<T as Config>::MaxKeyLen>;
Convenience type for easier usage of Progress.
Progress
enum ProgressOf<T> { ToStart, LastKey(BoundedVec<u8, <T as Config>::MaxKeyLen>), Complete, }
Yet to begin.
Ongoing, with the last key given.
All done.