pub struct BlushPreprocessor;Implementations§
Trait Implementations§
Source§impl Preprocessor for BlushPreprocessor
impl Preprocessor for BlushPreprocessor
Source§fn supports_renderer(&self, renderer: &str) -> bool
fn supports_renderer(&self, renderer: &str) -> bool
A hint to
MDBook whether this preprocessor is compatible with a
particular renderer. Read moreSource§fn run(&self, _ctx: &PreprocessorContext, book: Book) -> MdbookResult<Book>
fn run(&self, _ctx: &PreprocessorContext, book: Book) -> MdbookResult<Book>
Run this
Preprocessor, allowing it to update the book before it is
given to a renderer.Auto Trait Implementations§
impl Freeze for BlushPreprocessor
impl RefUnwindSafe for BlushPreprocessor
impl Send for BlushPreprocessor
impl Sync for BlushPreprocessor
impl Unpin for BlushPreprocessor
impl UnsafeUnpin for BlushPreprocessor
impl UnwindSafe for BlushPreprocessor
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