pub enum LogIteratorError {
ParseError {
offset: usize,
},
}
Expand description
Errors that occur when parsing an interval log.
Variants§
Trait Implementations§
source§impl Debug for LogIteratorError
impl Debug for LogIteratorError
source§impl PartialEq for LogIteratorError
impl PartialEq for LogIteratorError
impl StructuralPartialEq for LogIteratorError
Auto Trait Implementations§
impl Freeze for LogIteratorError
impl RefUnwindSafe for LogIteratorError
impl Send for LogIteratorError
impl Sync for LogIteratorError
impl Unpin for LogIteratorError
impl UnwindSafe for LogIteratorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more