macro_rules! impl_parse {
    ($id: ident, $ret: ty, $body: expr) => { ... };
    ($id: ident, $body: expr) => { ... };
}