make_option

Macro make_option 

Source
macro_rules! make_option {
    (Option<$ty:ty>) => { ... };
    ($ty:ty) => { ... };
}