[][src]Function gluon_base::types::row_iter

pub fn row_iter<T>(typ: &T) -> RowIterator<'_, T>

Notable traits for RowIterator<'a, T>

impl<'a, Id: 'a, T> Iterator for RowIterator<'a, T> where
    T: TypePtr<Id = Id>, 
type Item = &'a Field<T::SpannedId, T>;