Skip to main content

config_easy/
row.rs

1#[derive(Debug, Clone, PartialEq, Eq)]
2pub struct SettingRow {
3    pub key: String,
4    pub value: String,
5}