[−][src]Trait ev3dev_lang_rust::prelude::Findable
Required methods
fn list() -> Ev3Result<Vec<Self>>
Extract list of connected 'Self'
fn get(port: PortType) -> Ev3Result<Self>
Try to get a Self on the given port. Returns None if port is not used or another device is connected.
fn find() -> Ev3Result<Self>
Try to find a Self. Only returns a motor if their is exactly one connected, Error::NotFound otherwise.