pub fn produce_op_lights_from_iter<'a>(
    iter: impl Iterator<Item = (&'a ActionHash, &'a Action, Option<EntryHash>)>
) -> DhtOpResult<Vec<DhtOpLight>>
Expand description

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