Feature/scanner/option #27
|
@ -72,6 +72,10 @@ pub enum ScanError
|
||||||
|
|
||||||
/// An integer overflowed
|
/// An integer overflowed
|
||||||
IntOverflow,
|
IntOverflow,
|
||||||
|
|
||||||
|
/// The underlying buffer should be extended before
|
||||||
|
/// calling the Scanner again
|
||||||
|
Extend,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl fmt::Display for ScanError
|
impl fmt::Display for ScanError
|
||||||
|
|
Loading…
Reference in a new issue