Browse Source

Added documentation to ErrorType

Lorenz Bung 7 years ago
parent
commit
0307ac94c3
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      hw7/task2/src/errortype.rs

+ 1
- 0
hw7/task2/src/errortype.rs View File

1
+/// Dieser Datentyp beschreibt die in der Shell auftretenden Fehler.
1
 #[derive(Debug, PartialEq)]
2
 #[derive(Debug, PartialEq)]
2
 pub enum ErrorType {
3
 pub enum ErrorType {
3
     PathError,
4
     PathError,

Loading…
Cancel
Save