pub type SaveKey<T, S, A> = <T as Save<S, A>>::SaveKey;
Gets the Save::SaveKey corresponding to type T.
Save::SaveKey
T