Skip to main content

make_options

Macro make_options 

Source
macro_rules! make_options {
    ($($e: expr),+ $(,)?) => { ... };
}
Expand description

ยงMakes a vector of Cow<'_, Option<'_>> from a list of either Option or &Option