DeviceProxyInterface

Trait DeviceProxyInterface 

Source
pub trait DeviceProxyInterface: Send + Sync {
    // Required method
    fn set_is_local_reset_allowed(&self, allowed: bool) -> Result<(), Error>;
}

Required Methods§

Implementors§