Trait engine_traits::TablePropertiesCollectionIter[][src]

pub trait TablePropertiesCollectionIter<PKey, P, UCP>: Iterator<Item = (PKey, P)> where
    PKey: TablePropertiesKey,
    P: TableProperties<UCP>,
    UCP: UserCollectedProperties
{ }

Implementors

Loading content...