Expand description
Types that implement the LogixType trait
Structs§
- Executable
Env - The environment used when resolving executable paths
- Executable
Path - A path to an executable. This is either a full path, or a filename. If it is a relative path it will fail to avoid issues. For example, imagine what happens if EDITOR is set to a relative path.
- Full
Path - Represents a validated full path
- Name
Only Path - Represents a validated file or directory name without any path components
- RelPath
- Represents a validated relative path
- Short
Str - Represents a short string, will not need allocation for typical identifiers