pub struct TreesitterPreprocessor;Expand description
The mdbook-treesitter preprocessor.
Trait Implementations§
Source§impl Preprocessor for TreesitterPreprocessor
impl Preprocessor for TreesitterPreprocessor
Auto Trait Implementations§
impl Freeze for TreesitterPreprocessor
impl RefUnwindSafe for TreesitterPreprocessor
impl Send for TreesitterPreprocessor
impl Sync for TreesitterPreprocessor
impl Unpin for TreesitterPreprocessor
impl UnsafeUnpin for TreesitterPreprocessor
impl UnwindSafe for TreesitterPreprocessor
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