Trait sea_query::types::IdenList[][src]

pub trait IdenList {
    type IntoIter: Iterator<Item = DynIden>;
    fn into_iter(self) -> Self::IntoIter;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors