Type Alias TableRow
pub type TableRow<T> = (<T as Table>::Key, <T as Table>::Value);
Available on crate feature
provider
only.Expand description
Tuple with T::Key
and T::Value
.
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.