reth_db::table

Type Alias TableRow

pub type TableRow<T> = (<T as Table>::Key, <T as Table>::Value);
Expand description

Tuple with T::Key and T::Value.

Layoutยง

Note: Encountered an error during type layout; the type failed to be normalized.