Macro not_impl

Source
macro_rules! not_impl {
    ($body:expr) => { ... };
}