Type Alias substrate::simulation::data::SavedKey
source · pub type SavedKey<S, A, T> = <T as FromSaved<S, A>>::SavedKey;
Expand description
Gets the FromSaved::SavedKey
corresponding to type T
.
pub type SavedKey<S, A, T> = <T as FromSaved<S, A>>::SavedKey;
Gets the FromSaved::SavedKey
corresponding to type T
.