macro_rules! expand_dir {
($self:ident, $dirname:ident, $dircfg:ident) => { ... };
}
Expand description
Macro to avoid repeating code for expand_*_dir
functions on StorageConfig
macro_rules! expand_dir {
($self:ident, $dirname:ident, $dircfg:ident) => { ... };
}
Macro to avoid repeating code for expand_*_dir
functions on StorageConfig