pub fn concat( prefix: &impl Path, suffix: &impl Path, ) -> Result<OwnedPath, PathError>
Given a prefix and a suffix create a new path that concatenates the two.
Returns error in case the resulting path is too long.