pub trait TableKey<'t, T> where
    T: TableLayout
{ fn value(&self, table: &'t Table<'_, T>) -> u64; }

Required Methods

Implementors