Trait ev3dev_lang_rust::Port[][src]

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

EV3 ports

Required methods

Returns the name of the port.

Implementors