macro_rules! impl_locational {
    ($T: ty, $begin: ident, $end: ident) => { ... };
    ($T: ty, $inner: ident) => { ... };
}