Function rust_dmx::available_ports

source ·
pub fn available_ports() -> Result<Vec<Box<dyn DmxPort>>>
Expand description

Gather up all of the providers and use them to get listings of all ports they have available. Return them as a vector of names plus opener functions. This function does not check whether or not any of the ports are in use already.