Trait frame_support::traits::Incrementable
source · pub trait Incrementable {
// Required methods
fn increment(&self) -> Self;
fn initial_value() -> Self;
}
Expand description
For example: allows new identifiers to be created in a linear fashion.