Trait TableProperties
engine_traits
pub trait TableProperties<UCP> where UCP: UserCollectedProperties, { fn num_entries(&self) -> u64; fn user_collected_properties(&self) -> UCP; }
fn num_entries(&self) -> u64
fn user_collected_properties(&self) -> UCP