macro_rules! include_dir_vfs {
($path:expr) => { ... };
}Available on crate feature
include_dir only.Expand description
Convenience macro to include_dir!(...) and wrap it in an IncludeDirVfs.
macro_rules! include_dir_vfs {
($path:expr) => { ... };
}include_dir only.Convenience macro to include_dir!(...) and wrap it in an IncludeDirVfs.