macro_rules! not_impl_err { ($($arg:tt)*) => { ... }; }
a simple macro to generate a not implemented error