Type Alias KeyValue
pub type KeyValue<T> = (<T as Table>::Key, <T as Table>::Value);
Available on crate feature
provider
only.Expand description
A key-value pair for table T
.
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.