pub struct Highlighter { /* private fields */ }
Expand description
A struct responsible for reading from and writing to a stream, doing some processing on the text flowing between them to highlight it according to the given schemes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Highlighter
impl !RefUnwindSafe for Highlighter
impl !Send for Highlighter
impl !Sync for Highlighter
impl Unpin for Highlighter
impl !UnwindSafe for Highlighter
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