pub fn set_path_delimiter(
delimiter: impl Into<String>,
) -> Result<(), SetPathDelimiterError>Expand description
Set the process-wide delimiter used by ErrorPath Display.
The delimiter can be set only once. Call this near application startup,
before errors are formatted. Reading or formatting a path before this call
initializes the delimiter to ".".