substrate::simulation::data

Type Alias Saved

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

Gets the Save::Saved corresponding to type T.