Trait engine_traits::TablePropertiesCollection[][src]

pub trait TablePropertiesCollection<I, PKey, P, UCP> where
    I: TablePropertiesCollectionIter<PKey, P, UCP>,
    PKey: TablePropertiesKey,
    P: TableProperties<UCP>,
    UCP: UserCollectedProperties
{ fn iter(&self) -> I;
fn len(&self) -> usize; fn is_empty(&self) -> bool { ... } }

Required methods

fn iter(&self) -> I[src]

fn len(&self) -> usize[src]

Loading content...

Provided methods

fn is_empty(&self) -> bool[src]

Loading content...

Implementors

Loading content...