Function stateright::actor::peer_ids

source ·
pub fn peer_ids<'a, Id: PartialEq + 'static>(
    self_id: Id,
    other_ids: impl IntoIterator<Item = &'a Id>
) -> impl Iterator<Item = &'a Id>
Expand description

A helper to generate peer Ids.