[][src]Macro amplify::set

macro_rules! set {
    { } => { ... };
    { $($key:expr => $value:expr),+ } => { ... };
}