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