Macro path_to_str

Source
macro_rules! path_to_str {
    ($path:expr) => { ... };
}
Expand description

A macro to convert a PathBuf into a Result, returning an error if the path cannot be converted to a string.