Macro impl_item_options_from

Source
macro_rules! impl_item_options_from {
    { $from:ty } => { ... };
}
Expand description

Implement conversion from the type $from to ItemOptions. Assumes the dirs, files, and other fields are present on $from as bool.