Trait Port

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

EV3 ports

Required Methods§

Source

fn address(&self) -> String

Returns the name of the port.

Implementors§