Macro impl_encode_struct

Source
macro_rules! impl_encode_struct {
    (for $name: ty {
    $($field: ident),*
  }) => { ... };
}