pub trait Port {
    fn address(&self) -> String;
}
Expand description

EV3 ports

Required Methods

Returns the name of the port.

Implementors