pub trait WorkspaceEntry { // Required method fn into_absolute_path(self) -> Result<PathBuf, WorkspaceError>; }