Function ruststep::tables::owned_iter[][src]

pub fn owned_iter<'table, T, Table>(
    table: &'table Table,
    map: &'table HashMap<u64, T>
) -> Box<dyn Iterator<Item = Result<T::Owned>> + 'table> where
    T: Holder<Table = Table>,
    Table: EntityTable<T>,