Function holochain_types::dht_op::produce_op_lights_from_iter[][src]

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

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