Trait engine_traits::TableProperties[][src]

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

Required methods

fn num_entries(&self) -> u64[src]

fn user_collected_properties(&self) -> UCP[src]

Loading content...

Implementors

Loading content...