Module gix_config::path::interpolate
source · Expand description
Structs§
- Options for interpolating paths with
Path::interpolate()
.
Enums§
- The error returned by
Path::interpolate()
.
Functions§
- Obtain the home directory for the given user
name
or returnNone
if the user wasn’t found or any other error occurred. It can be used ashome_for_user
parameter inPath::interpolate()
.