Skip to main content

create_port_map

Macro create_port_map 

Source
create_port_map!() { /* proc-macro */ }
Expand description

Creates a map of ports.

ยงUsage:

port_map!(<comma_separated_list_of_name/port_pairs>)

Best to use with port generation macros: port_map!( outbound!(, , ), inoutbound!(, ), inbound!(. ) )