Function rust_dmx::available_ports[][src]

pub fn available_ports() -> Result<Vec<Box<dyn DmxPort>>, Error>

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.