macro_rules! get {
(&$($field_accessor:ident).+, $error:tt) => { ... };
($($field_accessor:ident).+, $error:tt) => { ... };
}macro_rules! get {
(&$($field_accessor:ident).+, $error:tt) => { ... };
($($field_accessor:ident).+, $error:tt) => { ... };
}