[][src]Macro preftool::config

macro_rules! config {
    (
    $($key:expr => $val:expr),* $(,)?
  ) => { ... };
}