Macro xdg_user_macros::xdg_runtime_dir [] [src]

macro_rules! xdg_runtime_dir {
    ($($x: expr),*) => { ... };
}

Returns a PathBuf pointing to what should be defined as the $XDG_RUNTIME_DIR environment variable.

This macro preferes to be set by an explicitly defined Environment variable.