TypedPathBuf::parent
documentation indicates it returns TypedPathBuf
instead of TypedPath
#44
Labels
documentation
Improvements or additions to documentation
https://docs.rs/typed-path/0.10.0/src/typed_path/typed/non_utf8/pathbuf.rs.html#549
The documentation says that the parent method returns TypedPathBuf, but it actually returns a TypedPath.
Aside from the documentation mismatch, do you know if there is a way to take
&TypedPathBuf
and get the parent as anotherTypedPathBuf
?The text was updated successfully, but these errors were encountered: