[][src]Trait webthing::property::ValueForwarder

pub trait ValueForwarder: Send + Sync {
    pub fn set_value(&mut self, value: Value) -> Result<Value, &'static str>;
}

Used to forward a new property value to the physical/virtual device.

Required methods

pub fn set_value(&mut self, value: Value) -> Result<Value, &'static str>[src]

Set the new value of the property.

Loading content...

Implementors

Loading content...