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