Trait ev3dev_lang_rust::core::Device[][src]

pub trait Device {
    fn get_attribute(&mut self, name: &str) -> &Attribute;

    fn get_address(&mut self) -> AttributeResult<String> { ... }
fn set_command(&mut self, command: String) -> AttributeResult<()> { ... }
fn get_commands(&mut self) -> AttributeResult<Vec<String>> { ... }
fn get_driver_name(&mut self) -> AttributeResult<String> { ... } }

Required Methods

Provided Methods

Implementors