Macro option_op

Source
macro_rules! option_op {
    ($op_trait:ident, $op:ident, $op_name:ident $(, $extra_doc:expr)? $(,)?) => { ... };
}