pub trait Port { // Required method fn address(&self) -> String; }
EV3 ports
Returns the name of the port.