Enum libterm::ScrollError
source · pub enum ScrollError {
OffEndBound,
}
Expand description
Error type for tracking different scroll errors that a terminal application could encounter.
Variants§
OffEndBound
Occurs when a index-calculation returns an index that is outside of the bounds of the scroll buffer
Auto Trait Implementations§
impl RefUnwindSafe for ScrollError
impl Send for ScrollError
impl Sync for ScrollError
impl Unpin for ScrollError
impl UnwindSafe for ScrollError
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