macro_rules! impl_vfs_non_dir_default {
() => { ... };
}Expand description
When implement VfsNodeOps on a non-directory node, add dummy directory
operations that just return an error.
macro_rules! impl_vfs_non_dir_default {
() => { ... };
}When implement VfsNodeOps on a non-directory node, add dummy directory
operations that just return an error.