<@U06A03HV1> Is there a particular reason that `St...
# development
a
@witty-crayon-22786 Is there a particular reason that `Stat`s' `PathBuf`s are consumed as `&Path`s with
stat.as_path()
rather than just
&stat
?