[−][src]Crate fs_err
This crate provides the File type, a wrapper
around a file handle and its path which wraps all operations with
more helpful error messages.
Structs
| File | A wrapper around a file handle and its path which wraps all operations with more helpful error messages. |
Functions
| read | Wrapper for |
| read_to_string | Wrapper for |
| write | Wrapper for |