substrate::simulation::data

Type Alias SaveKey

Source
pub type SaveKey<T, S, A> = <T as Save<S, A>>::SaveKey;
Expand description

Gets the Save::SaveKey corresponding to type T.