Macro fields_to_kvs

Source
macro_rules! fields_to_kvs {
    ($struct:ident, $($field:ident),*) => { ... };
}