Skip to main content

create_port_vec

Macro create_port_vec 

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

Creates a list of ports.

ยงUsage:

port_list!(<comma_separated_list_of_name/port_pairs>)

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