Macro checked_proxy

Source
macro_rules! checked_proxy {
    ($trait:ty, $func:ident, $op: tt) => { ... };
}