pub struct SyntectAdapter { /* private fields */ }
Available on crate feature
syntect
only.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 !Freeze for SyntectAdapter
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