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