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