pub struct LatexPlugin { /* private fields */ }Expand description
LaTeX plugin for converting math to Unicode.
Implementations§
Source§impl LatexPlugin
impl LatexPlugin
Trait Implementations§
Source§impl Default for LatexPlugin
impl Default for LatexPlugin
Source§impl Plugin for LatexPlugin
impl Plugin for LatexPlugin
Source§fn process_line(
&mut self,
line: &str,
_state: &ParseState,
_style: &ComputedStyle,
) -> Option<ProcessResult>
fn process_line( &mut self, line: &str, _state: &ParseState, _style: &ComputedStyle, ) -> Option<ProcessResult>
Process a line of input. Read more
Auto Trait Implementations§
impl Freeze for LatexPlugin
impl RefUnwindSafe for LatexPlugin
impl Send for LatexPlugin
impl Sync for LatexPlugin
impl Unpin for LatexPlugin
impl UnwindSafe for LatexPlugin
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