Trait engine_traits::table_properties::TablePropertiesCollectionIter[][src]

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

Implementors

impl TablePropertiesCollectionIter<PanicTablePropertiesKey, PanicTableProperties, PanicUserCollectedProperties> for PanicTablePropertiesCollectionIter

impl TablePropertiesCollectionIter<RocksTablePropertiesKey, RocksTableProperties, RocksUserCollectedProperties> for RocksTablePropertiesCollectionIter