use PathBuf;
use crateFlowDir;
/// Path to the file that stores items' states.
///
/// Typically `$workspace_dir/.peace/$profile/$flow_id/states_goal.yaml`.
///
/// See `StatesGoalFile::from<&FlowDir>` if you want to construct a
/// `StatesGoalFile` with the conventional `$flow_dir/states_goal.yaml`
/// path.
;
cratepathbuf_newtype!;