Macro custom_push

Source
macro_rules! custom_push {
    (fn push()) => { ... };
}