Struct comrak::plugins::syntect::SyntectAdapter
source · pub struct SyntectAdapter { /* private fields */ }
Expand description
Syntect syntax highlighter plugin.
Implementations§
Trait Implementations§
source§impl Debug for SyntectAdapter
impl Debug for SyntectAdapter
source§impl SyntaxHighlighterAdapter for SyntectAdapter
impl SyntaxHighlighterAdapter for SyntectAdapter
source§fn write_highlighted(
&self,
output: &mut dyn Write,
lang: Option<&str>,
code: &str
) -> Result<()>
fn write_highlighted( &self, output: &mut dyn Write, lang: Option<&str>, code: &str ) -> Result<()>
Generates a syntax highlighted HTML output. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SyntectAdapter
impl Send for SyntectAdapter
impl Sync for SyntectAdapter
impl Unpin for SyntectAdapter
impl UnwindSafe for SyntectAdapter
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