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