pub struct IncludeDocPreprocessor;
Expand description
Preprocessor that handles include-rs code blocks
Trait Implementations§
Source§impl Preprocessor for IncludeDocPreprocessor
impl Preprocessor for IncludeDocPreprocessor
Auto Trait Implementations§
impl Freeze for IncludeDocPreprocessor
impl RefUnwindSafe for IncludeDocPreprocessor
impl Send for IncludeDocPreprocessor
impl Sync for IncludeDocPreprocessor
impl Unpin for IncludeDocPreprocessor
impl UnwindSafe for IncludeDocPreprocessor
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