Function x11rb_protocol::parse_display::connect_instruction::connect_addresses
source ยท 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
.