Type Alias Indexed

Source
pub type Indexed<T> = (u32, T);
Expand description

A tuple of keychain index and T representing the indexed value.