Type Definition 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.