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