Macro virtual_fs::filesystems::count

source ยท
macro_rules! count {
    ($first:tt $($rest:tt)*) => { ... };
    () => { ... };
}