pub fn path_file_suffix<'a>(
suffix: Option<&str>,
path: Cow<'a, RelativePath>,
) -> Cow<'a, RelativePath>
Expand description
Apply a file suffix to a path.
pub fn path_file_suffix<'a>(
suffix: Option<&str>,
path: Cow<'a, RelativePath>,
) -> Cow<'a, RelativePath>
Apply a file suffix to a path.