You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think InodeType is a little ugly from a Rust perspective. The need to pass Permissions in some cases and inability to use AsRef<Path> is kind of ugly.
The text was updated successfully, but these errors were encountered:
I think
InodeType
is a little ugly from a Rust perspective. The need to passPermissions
in some cases and inability to useAsRef<Path>
is kind of ugly.The text was updated successfully, but these errors were encountered: