pub(super) fn connect_addresses(
p: &ParsedDisplay,
) -> impl Iterator<Item = ConnectAddress<'_>>
Expand description
Get an iterator over all of the addresses we should target with a
ParsedDisplay
.
pub(super) fn connect_addresses(
p: &ParsedDisplay,
) -> impl Iterator<Item = ConnectAddress<'_>>
Get an iterator over all of the addresses we should target with a
ParsedDisplay
.