[][src]Trait ev3dev_lang_rust::core::Port

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

Required methods

fn address(&self) -> String

Loading content...

Implementors

impl Port for MotorPort[src]

impl Port for SensorPort[src]

Loading content...