pub type TableRawRow<T> = (RawKey<<T as Table>::Key>, RawValue<<T as Table>::Value>);
Tuple with RawKey<T::Key> and RawValue<T::Value>.
RawKey<T::Key>
RawValue<T::Value>
Note: Encountered an error during type layout; the type failed to be normalized.