Trait yolol_devices::devices::DeviceTrait[][src]

pub trait DeviceTrait {
    fn get_field(&self, field: &str) -> Option<&YololValue>;
fn get_field_mut(&mut self, field: &str) -> Option<&mut YololValue>;
fn get_device_name(&self) -> String;
fn deserialize<D>(&mut self, deserializer: &D)
    where
        D: Deserializer<D, Output = D> + Index<String>
; }

Required methods

Implementors