Macro rusty_cute_macros::is_file [] [src]

macro_rules! is_file {
    ($path:expr) => { ... };
}

Macro to check if given path/string belongs to file.

Returns false if no such file exists or cannot access it.