Macro not_impl

Source
macro_rules! not_impl {
    ($($t:ty)*) => { ... };
}