pub fn produce_op_lites_from_iter<'a>(
    iter: impl Iterator<Item = (&'a HoloHash<Action>, &'a Action, Option<HoloHash<Entry>>)>
) -> Result<Vec<DhtOpLite>, DhtOpError>
Expand description

Produce op lites from iter of (action hash, action, maybe entry).