Type Alias drmem_api::driver::SettingRequest
source ยท pub type SettingRequest = (Value, Sender<Result<Value>>);
Expand description
This type represents the data that is transferred in the communication channel. It simplifies the next two types.