Feature/scanner/option #27

Merged
bazaah merged 19 commits from feature/scanner/option into master 2021-09-09 19:29:29 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit e7d68e8514 - Show all commits

View File

@ -72,6 +72,10 @@ pub enum ScanError
/// An integer overflowed
IntOverflow,
/// The underlying buffer should be extended before
/// calling the Scanner again
Extend,
}
impl fmt::Display for ScanError