Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs_utf8/Dir: impl AsRef<crate::fs::Dir> (#364)
This allows an API like: ``` fn foo(d: impl AsRef<Dir>) { ... } ``` to accept either a `Dir` or a `DirUtf8`. I don't know that I'll do this much, but I think it can make sense.
- Loading branch information