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