Macro axfs_vfs::impl_vfs_non_dir_default
source · 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.