Macro check_leader

Source
macro_rules! check_leader {
    ($self:expr, $request:expr, $resp_ty:ty, $msg:expr) => { ... };
}