Macro combu::option_wrap[][src]

macro_rules! option_wrap {
    () => { ... };
    (None) => { ... };
    ($inner : literal) => { ... };
    ($inner : expr) => { ... };
}
Expand description

Wrap with option if argument is not None.