Macro partial_derive2::make_option

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