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