Error Set FileReadingError [src]
Errors
Reached the end of the file being read.
Detailed diagnostics are found on the File.Reader
struct.
See the Writer
implementation for detailed diagnostics.
Source
pub const FileReadingError = error{
/// Detailed diagnostics are found on the `File.Reader` struct.
ReadFailed,
/// See the `Writer` implementation for detailed diagnostics.
WriteFailed,
/// Reached the end of the file being read.
EndOfStream,
}