macro_rules! pathbuf { ($($p: expr), *) => { ... }; }
Macro similar to the vec! macro, but produces std::path::Pathbuf instead of std::vec::Vec
std::path::Pathbuf
std::vec::Vec