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.