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.
macro_rules! impl_item_options_from {
{ $from:ty } => { ... };
}Implement conversion from the type $from to
ItemOptions. Assumes the dirs, files, and other fields are
present on $from as bool.