[][src]Module ev3dev_lang_rust::prelude

The purpose of this module is to alleviate imports of many common ev3dev traits.

use ev3dev_lang_rust::prelude::*;

Re-exports

pub use motors::DcMotor;
pub use motors::Motor;
pub use motors::ServoMotor;
pub use motors::TachoMotor;
pub use sensors::Sensor;

Traits

Device

The ev3dev device base trait

Findable

Helper trait to create a new Device instance.