pub type KeyValue<T> = (<T as Table>::Key, <T as Table>::Value);
A key-value pair for table T.
T
Note: Encountered an error during type layout; the type failed to be normalized.