Macro not_implemented

Source
macro_rules! not_implemented {
    ($func:ident) => { ... };
}