pub struct LineContext { /* private fields */ }Expand description
Emits each hit plus n lines before and after, merging overlapping windows.
Implementations§
Trait Implementations§
Source§impl Expander for LineContext
impl Expander for LineContext
Auto Trait Implementations§
impl Freeze for LineContext
impl RefUnwindSafe for LineContext
impl Send for LineContext
impl Sync for LineContext
impl Unpin for LineContext
impl UnsafeUnpin for LineContext
impl UnwindSafe for LineContext
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