Type Definition drmem_api::driver::RxDeviceSetting
source · pub type RxDeviceSetting = Receiver<SettingRequest>;Expand description
Used by a driver to receive settings from a client.
pub type RxDeviceSetting = Receiver<SettingRequest>;Used by a driver to receive settings from a client.